Searched refs:cmp_max (Results 1 – 1 of 1) sorted by relevance
2733 int cmp_max = compare_values_warnv (vr0->max, vr1->max, in compare_ranges() local2735 if (cmp_min == 0 && cmp_max == 0) in compare_ranges()2737 else if (cmp_min != -2 && cmp_max != -2) in compare_ranges()4845 int cmp_max = compare_values (lhs_vr->max, vr_result.max); in vrp_visit_phi_node() local4871 if (cmp_max < 0 || cmp_max > 0) in vrp_visit_phi_node()