Home
last modified time | relevance | path

Searched refs:compare_range_with_value (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.c1639 compare_range_with_value (enum tree_code comp, const value_range_equiv *vr, in compare_range_with_value() function
2135 tree retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2162 tree t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2324 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2326 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3181 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3292 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3298 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvr-values.cc1533 compare_range_with_value (enum tree_code comp, const value_range *vr, in compare_range_with_value() function
2028 tree retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2055 tree t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2219 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2221 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3079 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3192 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3198 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
H A DChangeLog-201919912 (compare_range_with_value): Likewise.
22881 * vr-values.c (compare_range_with_value): Same.
25643 * vr-values.c (compare_range_with_value): Same.
H A DChangeLog-20176829 (compare_range_with_value, vrp_valueize, vrp_valueize_1): Likewise.
31728 (compare_range_with_value): Likewise.
32307 (compare_range_with_value): Likewise.
H A DChangeLog-200726397 (compare_range_with_value): Likewise.
27048 (compare_ranges, compare_range_with_value): Likewise.
H A DChangeLog-201219006 (compare_range_with_value): Likewise.
H A DChangeLog-20059922 * tree-vrp.c (compare_range_with_value): Return true or false
H A DChangeLog-202018575 (compare_range_with_value): Change value_range_equiv uses to
H A DChangeLog-20188035 (compare_range_with_value): Same.