Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1061 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <() local
1069 ThisOverflows |= ThisNonLocalAdjust && in operator <()
1077 if (ThisOverflows && OtherOverflows) in operator <()
1080 if (ThisOverflows || OtherOverflows) in operator <()
1081 return ThisOverflows < OtherOverflows; in operator <()