Searched refs:lhsSext (Results 1 – 1 of 1) sorted by relevance
550 int64_t lhsSext = (int64_t(VAL) << (64-BitWidth)) >> (64-BitWidth); in slt() local552 return lhsSext < rhsSext; in slt()