Home | History | Annotate | Download | only in Support

Lines Matching refs:rotr

1251 APInt APInt::rotr(const APInt &rotateAmt) const {
1252 return rotr((unsigned)rotateAmt.getLimitedValue(BitWidth));
1255 APInt APInt::rotr(unsigned rotateAmt) const {