Home
last modified time | relevance | path

Searched refs:build_int_cst_wide (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dc-lex.c623 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 Ddouble-int.c300 return build_int_cst_wide (type, cst.low, cst.high); in double_int_to_tree()
H A Dstor-layout.c1995 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 Dtree-vect-generic.c70 ret = build_int_cst_wide (type, low, high); in build_replicated_const()
H A Dtree.c694 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 Dfold-const.c275 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 Dvalue-prof.c313 tree_val = build_int_cst_wide (get_gcov_type (), in tree_divmod_fixed_value_transform()
H A Dtree-chrec.c483 res = build_int_cst_wide (type, lres, hres); in tree_fold_binomial()
H A Dstmt.c2133 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 Dc-pretty-print.c816 i = build_int_cst_wide (NULL_TREE, in pp_c_integer_constant()
H A Dtree-ssa-ccp.c1598 idx = build_int_cst_wide (NULL_TREE, lquo, hquo); in maybe_fold_offset_to_array_ref()
H A Dtree-inline.c544 *tp = build_int_cst_wide (new_type, TREE_INT_CST_LOW (*tp), in copy_body_r()
H A Dexpmed.c4958 t = build_int_cst_wide (type, INTVAL (x), hi); in make_tree()
4965 t = build_int_cst_wide (type, in make_tree()
H A Dtree-pretty-print.c723 val = build_int_cst_wide (NULL_TREE, in dump_generic_node()
H A Dc-typeck.c3654 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 Dtree.h3561 extern tree build_int_cst_wide (tree, unsigned HOST_WIDE_INT, HOST_WIDE_INT);
H A Dvarasm.c4013 exp = build_int_cst_wide (saved_type, TREE_INT_CST_LOW (exp), in output_constant()
H A Dc-common.c2138 tree tmp = build_int_cst_wide (*restype_ptr, in shorten_compare()
H A Dbuiltins.c7462 result = build_int_cst_wide (NULL_TREE, lo, hi); in fold_builtin_int_roundingfn()
/openbsd/gnu/gcc/gcc/treelang/
H A Dtreetree.c643 return build_int_cst_wide (start == 1 ? in tree_code_get_integer_value()
/openbsd/gnu/gcc/gcc/cp/
H A Dmangle.c1244 n = build_int_cst_wide (type, in write_integer_cst()
H A Dtypeck.c4806 expr = build_int_cst_wide (TREE_TYPE (expr), in ignore_overflows()
H A Ddecl.c10385 value = build_int_cst_wide (TREE_TYPE (prev_value), lo, hi); in build_enumerator()
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c8220 return build_int_cst_wide (rtype, low, high); in sparc_fold_builtin()