HomeSort by relevance Sort by last modified time
    Searched refs:lhsNeg (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
APInt.cpp 563 bool lhsNeg = isNegative();
567 if (lhsNeg != rhsNeg)
568 return lhsNeg;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 572 bool lhsNeg = isNegative();
574 if (lhsNeg) {
587 if (lhsNeg)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 541 bool lhsNeg = isNegative();
545 if (lhsNeg != rhsNeg)
546 return lhsNeg;
    [all...]

Completed in 4386 milliseconds