Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-range.cc1127 int cmpmax = compare_values (*vr0max, vr1max); in union_ranges() local
1129 bool maxeq = cmpmax == 0; in union_ranges()
1229 else if ((maxeq || cmpmax == 1) in union_ranges()
1263 else if ((maxeq || cmpmax == -1) in union_ranges()
1304 && cmpmax == -1 in union_ranges()
1341 && cmpmax == 1 in union_ranges()