Home | History | Annotate | Download | only in Support

Lines Matching refs:sext

865       int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth);
866 return double(sext);
943 APInt APInt::sext(unsigned width) const {
1013 return sext(width);
1027 return sext(width);