Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp1168 APInt::tcShiftLeft(fullSignificand, newPartsCount, in multiplySignificand()
1281 APInt::tcShiftLeft(divisor, partsCount, bit); in divideSignificand()
1288 APInt::tcShiftLeft(dividend, partsCount, bit); in divideSignificand()
1296 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand()
1307 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand()
1353 APInt::tcShiftLeft(significandParts(), partsCount, bits); in shiftSignificandLeft()
2379 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert()
2481 APInt::tcShiftLeft(parts.data(), dstPartsCount, in convertToSignExtendedInteger()
2568 APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1); in convertToInteger()
H A DAPInt.cpp1080 tcShiftLeft(U.pVal, getNumWords(), ShiftAmt); in shlSlowCase()
2629 tcShiftLeft(srhs, parts, shiftCount); in tcDivide()
2657 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() function in APInt
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1838 static void tcShiftLeft(WordType *, unsigned Words, unsigned Count);