Searched defs:sext (Results 1 – 1 of 1) sorted by relevance
877 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble() local955 APInt APInt::sext(unsigned width) const { in sext() function in APInt