Searched refs:rhsSext (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp556 int64_t rhsSext = (int64_t(RHS.VAL) << (64-BitWidth)) >> (64-BitWidth); local
557 return lhsSext < rhsSext;

Completed in 56 milliseconds