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