Searched refs:compare_range_with_value (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-vrp.c | 2816 compare_range_with_value (enum tree_code comp, value_range_t *vr, tree val, in compare_range_with_value() function 4137 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value() 4320 retval = compare_range_with_value (NE_EXPR, vr, boolean_false_node, in vrp_evaluate_conditional_warnv() 4368 return compare_range_with_value (TREE_CODE (cond), vr0, op1, in vrp_evaluate_conditional_warnv() 4371 return (compare_range_with_value in vrp_evaluate_conditional_warnv() 4917 val = compare_range_with_value (GT_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges() 4981 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges() 4985 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
|