Searched refs:lhsSext (Results 1 – 1 of 1) sorted by relevance
293 int64_t lhsSext = SignExtend64(U.VAL, BitWidth); in compareSigned() local295 return lhsSext < rhsSext ? -1 : lhsSext > rhsSext; in compareSigned()