Home
last modified time | relevance | path

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

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