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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.cc980 int cmpmax = compare_values (*vr0max, vr1max); local
982 bool maxeq = cmpmax == 0;
1082 else if ((maxeq || cmpmax == 1)
1116 else if ((maxeq || cmpmax == -1)
1157 && cmpmax == -1
1194 && cmpmax == 1
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.cc1127 int cmpmax = compare_values (*vr0max, vr1max); local
1129 bool maxeq = cmpmax == 0;
1229 else if ((maxeq || cmpmax == 1)
1263 else if ((maxeq || cmpmax == -1)
1304 && cmpmax == -1
1341 && cmpmax == 1

Completed in 127 milliseconds