Searched defs:shiftAmt (Results 1 – 4 of 4) sorted by relevance
523 unsigned shiftAmt = numBits - hiBitsSet; in getHighBitsSet() local850 APInt shl(unsigned shiftAmt) const { in shl()1885 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr()1892 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr()1899 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl()
987 APInt lshr(unsigned shiftAmt) const { in lshr()1009 APInt shl(unsigned shiftAmt) const { in shl()
985 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace()1034 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace()1046 APInt &APInt::operator<<=(const APInt &shiftAmt) { in operator <<=()
470 unsigned shiftAmt = C.getZExtValue(); in lshr() local