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