Searched refs:compare_range_with_value (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vr-values.c | 1639 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 D | vr-values.cc | 1533 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 D | ChangeLog-2019 | 19912 (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 D | ChangeLog-2017 | 6829 (compare_range_with_value, vrp_valueize, vrp_valueize_1): Likewise. 31728 (compare_range_with_value): Likewise. 32307 (compare_range_with_value): Likewise.
|
H A D | ChangeLog-2007 | 26397 (compare_range_with_value): Likewise. 27048 (compare_ranges, compare_range_with_value): Likewise.
|
H A D | ChangeLog-2012 | 19006 (compare_range_with_value): Likewise.
|
H A D | ChangeLog-2005 | 9922 * tree-vrp.c (compare_range_with_value): Return true or false
|
H A D | ChangeLog-2020 | 18575 (compare_range_with_value): Change value_range_equiv uses to
|
H A D | ChangeLog-2018 | 8035 (compare_range_with_value): Same.
|