Searched refs:lhsSext (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Support/
H A DAPInt.cpp551 int64_t lhsSext = (int64_t(VAL) << (64-BitWidth)) >> (64-BitWidth); local
553 return lhsSext < rhsSext;

Completed in 103 milliseconds