Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-vrp.c2822 compare_range_with_value (enum tree_code comp, value_range_t *vr, tree val, in compare_range_with_value() function
4143 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
4326 retval = compare_range_with_value (NE_EXPR, vr, boolean_false_node, in vrp_evaluate_conditional_warnv()
4374 return compare_range_with_value (TREE_CODE (cond), vr0, op1, in vrp_evaluate_conditional_warnv()
4377 return (compare_range_with_value in vrp_evaluate_conditional_warnv()
4923 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
4987 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
4991 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
H A DChangeLog1063 (compare_range_with_value): Likewise.
1108 (compare_ranges, compare_range_with_value): Likewise.
H A DChangeLog-20059923 * tree-vrp.c (compare_range_with_value): Return true or false