Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp527 bool rhsNeg = RHS.isNegative(); in slt() local
530 if (lhsNeg != rhsNeg) in slt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp292 bool rhsNeg = RHS.isNegative(); in compareSigned() local
295 if (lhsNeg != rhsNeg) in compareSigned()