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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp287 int64_t rhsSext = SignExtend64(RHS.U.VAL, BitWidth); local
288 return lhsSext < rhsSext ? -1 : lhsSext > rhsSext;

Completed in 62 milliseconds