Home
last modified time | relevance | path

Searched refs:cmp_max (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.c1561 int cmp_max = compare_values_warnv (vr0->max (), vr1->max (), in compare_ranges() local
1563 if (cmp_min == 0 && cmp_max == 0) in compare_ranges()
1565 else if (cmp_min != -2 && cmp_max != -2) in compare_ranges()
2944 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node() local
2945 if (cmp_max == -2) in extract_range_from_phi_node()
2952 && (cmp_min != 0 || cmp_max != 0)) in extract_range_from_phi_node()
2976 if (cmp_max > 0) in extract_range_from_phi_node()
2978 else if (cmp_max < 0 in extract_range_from_phi_node()
2991 || cmp_max < 0 || cmp_max > 0) in extract_range_from_phi_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvr-values.cc1455 int cmp_max = compare_values_warnv (vr0->max (), vr1->max (), in compare_ranges() local
1457 if (cmp_min == 0 && cmp_max == 0) in compare_ranges()
1459 else if (cmp_min != -2 && cmp_max != -2) in compare_ranges()
2840 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node() local
2841 if (cmp_max == -2) in extract_range_from_phi_node()
2848 && (cmp_min != 0 || cmp_max != 0)) in extract_range_from_phi_node()
2872 if (cmp_max > 0) in extract_range_from_phi_node()
2874 else if (cmp_max < 0 in extract_range_from_phi_node()
2887 || cmp_max < 0 || cmp_max > 0) in extract_range_from_phi_node()