Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp526 bool lhsNeg = isNegative(); in slt() local
530 if (lhsNeg != rhsNeg) in slt()
531 return lhsNeg; in slt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp291 bool lhsNeg = isNegative(); in compareSigned() local
295 if (lhsNeg != rhsNeg) in compareSigned()
296 return lhsNeg ? -1 : 1; in compareSigned()