Searched refs:tcShiftLeft (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APFloat.cpp | 1075 APInt::tcShiftLeft(fullSignificand, newPartsCount, in multiplySignificand() 1188 APInt::tcShiftLeft(divisor, partsCount, bit); in divideSignificand() 1195 APInt::tcShiftLeft(dividend, partsCount, bit); in divideSignificand() 1203 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1214 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1260 APInt::tcShiftLeft(significandParts(), partsCount, bits); in shiftSignificandLeft() 2240 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert() 2330 APInt::tcShiftLeft(parts.data(), dstPartsCount, in convertToSignExtendedInteger() 2417 APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1); in convertToInteger()
|
| H A D | APInt.cpp | 1052 tcShiftLeft(U.pVal, getNumWords(), ShiftAmt); in shlSlowCase() 2683 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2711 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() function in APInt
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1990 static void tcShiftLeft(WordType *, unsigned Words, unsigned Count);
|