Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1271 APInt::tcShiftLeft(fullSignificand, newPartsCount, in multiplySignificand()
1384 APInt::tcShiftLeft(divisor, partsCount, bit); in divideSignificand()
1391 APInt::tcShiftLeft(dividend, partsCount, bit); in divideSignificand()
1399 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand()
1410 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand()
1456 APInt::tcShiftLeft(significandParts(), partsCount, bits); in shiftSignificandLeft()
2519 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert()
2635 APInt::tcShiftLeft(parts.data(), dstPartsCount, in convertToSignExtendedInteger()
2722 APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1); in convertToInteger()
H A DAPInt.cpp1088 tcShiftLeft(U.pVal, getNumWords(), ShiftAmt); in shlSlowCase()
2648 tcShiftLeft(srhs, parts, shiftCount); in tcDivide()
2676 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() function in APInt
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1834 static void tcShiftLeft(WordType *, unsigned Words, unsigned Count);