Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp913 APInt::tcShiftLeft(fullSignificand, newPartsCount, in multiplySignificand()
1002 APInt::tcShiftLeft(divisor, partsCount, bit); in divideSignificand()
1009 APInt::tcShiftLeft(dividend, partsCount, bit); in divideSignificand()
1017 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand()
1028 APInt::tcShiftLeft(dividend, partsCount, 1); in divideSignificand()
1082 APInt::tcShiftLeft(significandParts(), partsCount, bits); in shiftSignificandLeft()
1905 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert()
1988 APInt::tcShiftLeft(parts, dstPartsCount, bits - semantics->precision); in convertToSignExtendedInteger()
2073 APInt::tcShiftLeft(parts, dstPartsCount, width - 1); in convertToInteger()
DAPInt.cpp2686 tcShiftLeft(srhs, parts, shiftCount); in tcDivide()
2715 APInt::tcShiftLeft(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftLeft() function in APInt
/external/llvm/include/llvm/ADT/
DAPInt.h1515 static void tcShiftLeft(integerPart *, unsigned int parts,