Home
last modified time | relevance | path

Searched refs:strict_overflow_p (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-vrp.c605 usable_range_p (value_range_t *vr, bool *strict_overflow_p) in usable_range_p() argument
610 *strict_overflow_p = true; in usable_range_p()
616 *strict_overflow_p = true; in usable_range_p()
628 vrp_expr_computes_nonnegative (tree expr, bool *strict_overflow_p) in vrp_expr_computes_nonnegative() argument
630 return tree_expr_nonnegative_warnv_p (expr, strict_overflow_p); in vrp_expr_computes_nonnegative()
637 vrp_expr_computes_nonzero (tree expr, bool *strict_overflow_p) in vrp_expr_computes_nonzero() argument
639 if (tree_expr_nonzero_warnv_p (expr, strict_overflow_p)) in vrp_expr_computes_nonzero()
694 compare_values_warnv (tree val1, tree val2, bool *strict_overflow_p) in compare_values_warnv() argument
774 if (strict_overflow_p != NULL in compare_values_warnv()
777 *strict_overflow_p = true; in compare_values_warnv()
[all …]
Dfold-const.c3934 bool *strict_overflow_p) in make_range() argument
4084 *strict_overflow_p = true; in make_range()
4884 bool strict_overflow_p = false; in fold_range_test() local
4885 tree lhs = make_range (op0, &in0_p, &low0, &high0, &strict_overflow_p); in fold_range_test()
4886 tree rhs = make_range (op1, &in1_p, &low1, &high1, &strict_overflow_p); in fold_range_test()
4908 if (strict_overflow_p) in fold_range_test()
4942 if (strict_overflow_p) in fold_range_test()
5560 bool *strict_overflow_p) in extract_muldiv() argument
5574 ret = extract_muldiv_1 (t, c, code, wide_type, strict_overflow_p); in extract_muldiv()
5582 bool *strict_overflow_p) in extract_muldiv_1() argument
[all …]
DChangeLog374 PLUS_EXPR or MINUS_EXPR node before setting *strict_overflow_p.
1059 overflowed values, juts set *strict_overflow_p.
1105 (vrp_expr_computes_nonnegative): Add strict_overflow_p parameter.
1146 (make_range): Add strict_overflow_p parameter. Change all
1157 tree_expr_nonnegative_p, add strict_overflow_p parameter.
1160 strict_overflow_p parameter.