Home | History | Annotate | Download | only in Support

Lines Matching full:rotl

667   return *this == rotl(SplatSizeInBits);
1273 APInt APInt::rotl(const APInt &rotateAmt) const {
1274 return rotl((unsigned)rotateAmt.getLimitedValue(BitWidth));
1277 APInt APInt::rotl(unsigned rotateAmt) const {