Searched refs:compare_range_with_value (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | vr-values.c | 1601 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function 2094 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value() 2120 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value() 2285 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges() 2287 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges() 3117 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges() 3228 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges() 3234 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vrp.c | 3728 compare_range_with_value (enum tree_code comp, value_range_t *vr, tree val, in compare_range_with_value() function 5763 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value() 5780 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value() 5938 return compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges() 5940 return (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges() 6863 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges() 6931 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges() 6935 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
|