Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
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()
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()
DAPInt.cpp1056 tcShiftLeft(U.pVal, getNumWords(), ShiftAmt); in shlSlowCase()
2679 tcShiftLeft(srhs, parts, shiftCount); in tcDivide()
2707 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() function in APInt
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1983 static void tcShiftLeft(WordType *, unsigned Words, unsigned Count);