Home
last modified time | relevance | path

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

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