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

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

Completed in 59 milliseconds