Home
last modified time | relevance | path

Searched refs:force_fit_type (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfold-const.c1112 t = force_fit_type (type, res, overflowable, in int_const_binop_2()
1179 return force_fit_type (type, res, overflowable, in int_const_binop_1()
1618 return force_fit_type (type, res, 1, in const_binop()
1983 return force_fit_type (type, wi::to_widest (arg1), in fold_convert_const_int_from_int()
2058 t = force_fit_type (type, val, -1, overflow | TREE_OVERFLOW (arg1)); in fold_convert_const_int_from_real()
2101 t = force_fit_type (type, temp, -1, in fold_convert_const_int_from_fixed()
6681 prod = force_fit_type (type, val, -1, overflow); in fold_div_compare()
7920 tem = force_fit_type (type, wi::to_widest (and1), 0, in fold_unary_loc()
13839 t = force_fit_type (type, res, 1, in fold_negate_const()
13876 t = force_fit_type (type, val, -1, in fold_abs_const()
[all …]
H A Dgimple-ssa-sprintf.c1277 *argmin = force_fit_type (dirtype, wi::to_widest (*argmin), 0, false); in adjust_range_for_overflow()
1278 *argmax = force_fit_type (dirtype, wi::to_widest (*argmax), 0, false); in adjust_range_for_overflow()
H A Dvr-values.c512 min = force_fit_type (TREE_TYPE (var), wi::to_widest (min), 0, false); in extract_range_for_var_from_comparison_expr()
513 max = force_fit_type (TREE_TYPE (var), wi::to_widest (max), 0, false); in extract_range_for_var_from_comparison_expr()
H A Dtree-vrp.c2494 new_min = force_fit_type (outer_type, wi::to_widest (vr0.min), in extract_range_from_unary_expr()
2496 new_max = force_fit_type (outer_type, wi::to_widest (vr0.max), in extract_range_from_unary_expr()
H A Dtree.h4164 extern tree force_fit_type (tree, const poly_wide_int_ref &, int, bool);
H A Dmatch.pd3480 (cmp @00 { force_fit_type (TREE_TYPE (@00), wi::to_widest (@1), 0,
H A Dtree.c1387 force_fit_type (tree type, const poly_wide_int_ref &cst, in force_fit_type() function
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c2843 primop1 = force_fit_type (*restype_ptr, in shorten_compare()