Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp978 APInt::tcShiftLeft(fullSignificand, newPartsCount, in multiplySignificand()
1085 APInt::tcShiftLeft(divisor, partsCount, bit); in divideSignificand()
1092 APInt::tcShiftLeft(dividend, partsCount, bit); in divideSignificand()
1100 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand()
1111 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand()
1165 APInt::tcShiftLeft(significandParts(), partsCount, bits); in shiftSignificandLeft()
2042 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert()
2129 APInt::tcShiftLeft(parts, dstPartsCount, bits - semantics->precision); in convertToSignExtendedInteger()
2214 APInt::tcShiftLeft(parts, dstPartsCount, width - 1); in convertToInteger()
HDAPInt.cpp2709 tcShiftLeft(srhs, parts, shiftCount); in tcDivide()
2738 APInt::tcShiftLeft(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftLeft() function in APInt
/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPInt.h1688 static void tcShiftLeft(integerPart *, unsigned int parts,