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

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

Completed in 83 milliseconds