Home
last modified time | relevance | path

Searched refs:tcShiftLeft (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp1075 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()
2264 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert()
2354 APInt::tcShiftLeft(parts.data(), dstPartsCount, in convertToSignExtendedInteger()
2441 APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1); in convertToInteger()
H A DAPInt.cpp1080 tcShiftLeft(U.pVal, getNumWords(), ShiftAmt); in shlSlowCase()
2633 tcShiftLeft(srhs, parts, shiftCount); in tcDivide()
2661 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() function in APInt
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1790 static void tcShiftLeft(WordType *, unsigned Words, unsigned Count);