Searched refs:tcShiftLeft (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 1352 APInt::tcShiftLeft(fullSignificand, newPartsCount, in multiplySignificand() 1471 APInt::tcShiftLeft(divisor, partsCount, bit); in divideSignificand() 1478 APInt::tcShiftLeft(dividend, partsCount, bit); in divideSignificand() 1486 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1497 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand() 1544 APInt::tcShiftLeft(significandParts(), partsCount, bits); in shiftSignificandLeft() 2650 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert() 2768 APInt::tcShiftLeft(parts.data(), dstPartsCount, in convertToSignExtendedInteger() 2855 APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1); in convertToInteger()
|
| H A D | APInt.cpp | 1118 tcShiftLeft(U.pVal, getNumWords(), ShiftAmt); in shlSlowCase() 2671 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2699 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() function in APInt
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1903 LLVM_ABI static void tcShiftLeft(WordType *, unsigned Words, unsigned Count);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23615 {"_ZN4llvm5APInt11tcShiftLeftEPyjj", "llvm::APInt::tcShiftLeft(unsigned long long*, unsigned int, u…
|