Searched defs:shiftAmt (Results 1 – 2 of 2) sorted by relevance
984 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace()1033 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace()1045 APInt &APInt::operator<<=(const APInt &shiftAmt) { in operator <<=()
470 unsigned shiftAmt = C.getZExtValue(); in lshr() local