Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp563 bool lhsNeg = isNegative(); in slt() local
567 if (lhsNeg != rhsNeg) in slt()
568 return lhsNeg; in slt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp290 bool lhsNeg = isNegative(); in compareSigned() local
294 if (lhsNeg != rhsNeg) in compareSigned()
295 return lhsNeg ? -1 : 1; in compareSigned()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp572 bool lhsNeg = isNegative(); in slt() local
574 if (lhsNeg) { in slt()
587 if (lhsNeg) in slt()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp541 bool lhsNeg = isNegative(); in slt() local
545 if (lhsNeg != rhsNeg) in slt()
546 return lhsNeg; in slt()