Searched refs:tcShiftLeft (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | APFloat.cpp | 978 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()
|
| HD | APInt.cpp | 2709 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/ |
| HD | APInt.h | 1688 static void tcShiftLeft(integerPart *, unsigned int parts,
|