Home
last modified time | relevance | path

Searched refs:tcMultiplyPart (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp275 tcMultiplyPart(U.pVal, U.pVal, RHS, 0, NumWords, NumWords, false); in operator *=()
2530 int APInt::tcMultiplyPart(WordType *dst, const WordType *src, in tcMultiplyPart() function in APInt
2624 tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts, parts - i, i != 0); in tcMultiply()
2644 tcMultiplyPart(&dst[i], rhs, lhs[i], 0, rhsParts, rhsParts + 1, i != 0); in tcFullMultiply()
H A DAPFloat.cpp3236 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1871 LLVM_ABI static int tcMultiplyPart(WordType *dst, const WordType *src,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23611 {"_ZN4llvm5APInt14tcMultiplyPartEPyPKyyyjjb", "llvm::APInt::tcMultiplyPart(unsigned long long*, uns…