Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp960 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <() local
968 ThisOverflows |= ThisNonLocalAdjust && in operator <()
976 if (ThisOverflows && OtherOverflows) in operator <()
979 if (ThisOverflows || OtherOverflows) in operator <()
980 return ThisOverflows < OtherOverflows; in operator <()