/openbsd/gnu/gcc/gcc/ |
H A D | c-lex.c | 623 value = build_int_cst_wide (type, integer.low, integer.high); in interpret_integer() 856 value = build_int_cst_wide (type, result, 0); in lex_charconst() 858 value = build_int_cst_wide (type, (cppchar_signed_t) result, -1); in lex_charconst()
|
H A D | double-int.c | 300 return build_int_cst_wide (type, cst.low, cst.high); in double_int_to_tree()
|
H A D | stor-layout.c | 1995 new_max = build_int_cst_wide (sizetype, in set_sizetype() 2026 = build_int_cst_wide (type, precision - HOST_BITS_PER_WIDE_INT >= 0 in set_min_and_max_values_for_integral_type() 2038 = build_int_cst_wide (type, in set_min_and_max_values_for_integral_type() 2047 = build_int_cst_wide (type, in set_min_and_max_values_for_integral_type()
|
H A D | tree-vect-generic.c | 70 ret = build_int_cst_wide (type, low, high); in build_replicated_const()
|
H A D | tree.c | 694 return build_int_cst_wide (type, low, low < 0 ? -1 : 0); in build_int_cst() 702 return build_int_cst_wide (type, low, 0); in build_int_cstu() 763 return build_int_cst_wide (type, val, hi); in build_int_cst_type() 800 build_int_cst_wide (tree type, unsigned HOST_WIDE_INT low, HOST_WIDE_INT hi) in build_int_cst_wide() function 935 return build_int_cst_wide (type, low, high); in build_low_bits_mask() 7270 return build_int_cst_wide (outer, lo, hi); in upper_bound_in_type() 7312 return build_int_cst_wide (outer, lo, hi); in lower_bound_in_type()
|
H A D | fold-const.c | 275 t = build_int_cst_wide (TREE_TYPE (t), low, high); in force_fit_type() 879 return build_int_cst_wide (type, quol, quoh); in div_if_zero_remainder() 1668 t = build_int_cst_wide (TREE_TYPE (arg1), low, hi); in int_const_binop() 1958 t = build_int_cst_wide (type, TREE_INT_CST_LOW (arg1), in fold_convert_const_int_from_int() 2059 t = build_int_cst_wide (type, low, high); in fold_convert_const_int_from_real() 6757 tmp = build_int_cst_wide (inner_type, in fold_sign_changed_comparison() 7242 return force_fit_type (build_int_cst_wide (type, lo, hi), in native_interpret_int() 9439 build_int_cst_wide (type, in fold_binary() 12978 t = build_int_cst_wide (type, low, high); in fold_negate_const() 13026 t = build_int_cst_wide (type, low, high); in fold_abs_const() [all …]
|
H A D | value-prof.c | 313 tree_val = build_int_cst_wide (get_gcov_type (), in tree_divmod_fixed_value_transform()
|
H A D | tree-chrec.c | 483 res = build_int_cst_wide (type, lres, hres); in tree_fold_binomial()
|
H A D | stmt.c | 2133 r->low = build_int_cst_wide (TREE_TYPE (low), TREE_INT_CST_LOW (low), in add_case_node() 2135 r->high = build_int_cst_wide (TREE_TYPE (high), TREE_INT_CST_LOW (high), in add_case_node()
|
H A D | c-pretty-print.c | 816 i = build_int_cst_wide (NULL_TREE, in pp_c_integer_constant()
|
H A D | tree-ssa-ccp.c | 1598 idx = build_int_cst_wide (NULL_TREE, lquo, hquo); in maybe_fold_offset_to_array_ref()
|
H A D | tree-inline.c | 544 *tp = build_int_cst_wide (new_type, TREE_INT_CST_LOW (*tp), in copy_body_r()
|
H A D | expmed.c | 4958 t = build_int_cst_wide (type, INTVAL (x), hi); in make_tree() 4965 t = build_int_cst_wide (type, in make_tree()
|
H A D | tree-pretty-print.c | 723 val = build_int_cst_wide (NULL_TREE, in dump_generic_node()
|
H A D | c-typeck.c | 3654 value = build_int_cst_wide (TREE_TYPE (value), in build_c_cast() 6093 value = build_int_cst_wide (type, val[1], val[0]); in set_nonincremental_init_from_string()
|
H A D | tree.h | 3561 extern tree build_int_cst_wide (tree, unsigned HOST_WIDE_INT, HOST_WIDE_INT);
|
H A D | varasm.c | 4013 exp = build_int_cst_wide (saved_type, TREE_INT_CST_LOW (exp), in output_constant()
|
H A D | c-common.c | 2138 tree tmp = build_int_cst_wide (*restype_ptr, in shorten_compare()
|
H A D | builtins.c | 7462 result = build_int_cst_wide (NULL_TREE, lo, hi); in fold_builtin_int_roundingfn()
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | treetree.c | 643 return build_int_cst_wide (start == 1 ? in tree_code_get_integer_value()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | mangle.c | 1244 n = build_int_cst_wide (type, in write_integer_cst()
|
H A D | typeck.c | 4806 expr = build_int_cst_wide (TREE_TYPE (expr), in ignore_overflows()
|
H A D | decl.c | 10385 value = build_int_cst_wide (TREE_TYPE (prev_value), lo, hi); in build_enumerator()
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.c | 8220 return build_int_cst_wide (rtype, low, high); in sparc_fold_builtin()
|