HomeSort by: relevance | last modified time | path
    Searched defs:cmpmax (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
value-range.cc 1127 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 23 milliseconds