Home | History | Annotate | Download | only in ADT

Lines Matching defs:shl

198   /// out-of-line slow case for shl
911 APInt operator<<(unsigned Bits) const { return shl(Bits); }
916 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
967 APInt shl(unsigned shiftAmt) const {
1006 APInt shl(const APInt &ShiftAmt) const {