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

  /external/llvm/lib/Support/
APInt.cpp 558 int64_t lhsSext = SignExtend64(VAL, BitWidth);
560 return lhsSext < rhsSext;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 565 int64_t lhsSext = (int64_t(VAL) << (64-BitWidth)) >> (64-BitWidth);
567 return lhsSext < rhsSext;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 536 int64_t lhsSext = SignExtend64(VAL, BitWidth);
538 return lhsSext < rhsSext;
    [all...]

Completed in 101 milliseconds