Searched refs:shlSlowCase (Results 1 – 4 of 4) sorted by relevance
197 APInt shlSlowCase(unsigned shiftAmt) const;857 return shlSlowCase(shiftAmt); in shl()
205 void shlSlowCase(unsigned ShiftAmt);930 shlSlowCase(ShiftAmt);
1176 APInt APInt::shlSlowCase(unsigned shiftAmt) const { in shlSlowCase() function in APInt
1052 void APInt::shlSlowCase(unsigned ShiftAmt) { in shlSlowCase() function in APInt