Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1057 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <() local
1065 ThisOverflows |= ThisNonLocalAdjust && in operator <()
1073 if (ThisOverflows && OtherOverflows) in operator <()
1076 if (ThisOverflows || OtherOverflows) in operator <()
1077 return ThisOverflows < OtherOverflows; in operator <()