Lines Matching refs:overflow_p
1354 bool overflow_p; in const_binop() local
1387 overflow_p = fixed_arithmetic (&result, code, &f1, &f2, sat_p); in const_binop()
1390 if (overflow_p | TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2)) in const_binop()
2206 bool overflow_p; in fold_convert_const_fixed_from_fixed() local
2208 overflow_p = fixed_convert (&value, SCALAR_TYPE_MODE (type), in fold_convert_const_fixed_from_fixed()
2213 if (overflow_p | TREE_OVERFLOW (arg1)) in fold_convert_const_fixed_from_fixed()
2226 bool overflow_p; in fold_convert_const_fixed_from_int() local
2237 overflow_p = fixed_convert_from_int (&value, SCALAR_TYPE_MODE (type), di, in fold_convert_const_fixed_from_int()
2243 if (overflow_p | TREE_OVERFLOW (arg1)) in fold_convert_const_fixed_from_int()
2256 bool overflow_p; in fold_convert_const_fixed_from_real() local
2258 overflow_p = fixed_convert_from_real (&value, SCALAR_TYPE_MODE (type), in fold_convert_const_fixed_from_real()
2264 if (overflow_p | TREE_OVERFLOW (arg1)) in fold_convert_const_fixed_from_real()
6947 bool overflow_p = false; in extract_muldiv_1() local
6954 overflow_p = TREE_OVERFLOW (c) | TREE_OVERFLOW (op1); in extract_muldiv_1()
6957 overflow_p = true; in extract_muldiv_1()
6958 if (!overflow_p) in extract_muldiv_1()
14772 bool overflow_p = fixed_arithmetic (&f, NEGATE_EXPR, in fold_negate_const() local
14777 if (overflow_p | TREE_OVERFLOW (arg0)) in fold_negate_const()
15320 bool overflow_p; in round_up_loc() local
15325 overflow_p = TREE_OVERFLOW (value); in round_up_loc()
15329 overflow_p = true; in round_up_loc()
15331 return force_fit_type (TREE_TYPE (value), val, -1, overflow_p); in round_up_loc()