Searched defs:sext (Results 1 – 2 of 2) sorted by relevance
883 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local961 APInt APInt::sext(unsigned width) const { in sext() function in APInt
959 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble() local1037 APInt APInt::sext(unsigned width) const { in sext() function in APInt