Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1068 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <() local
1076 ThisOverflows |= ThisNonLocalAdjust && in operator <()
1084 if (ThisOverflows && OtherOverflows) in operator <()
1087 if (ThisOverflows || OtherOverflows) in operator <()
1088 return ThisOverflows < OtherOverflows; in operator <()