Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1050 bool OtherOverflows = in operator <() local
1057 OtherOverflows |= OtherNonLocalAdjust && in operator <()
1062 if (ThisOverflows && OtherOverflows) in operator <()
1065 if (ThisOverflows || OtherOverflows) in operator <()
1066 return ThisOverflows < OtherOverflows; in operator <()