Searched refs:tcFullMultiply (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 2632 void APInt::tcFullMultiply(WordType *dst, const WordType *lhs, in tcFullMultiply() function in APInt 2637 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
|
| H A D | APFloat.cpp | 811 APInt::tcFullMultiply(pow5, pow5 - partsCount, pow5 - partsCount, in powerOf5() 821 APInt::tcFullMultiply(p2, p1, pow5, result, partsCount); in powerOf5() 1319 APInt::tcFullMultiply(fullSignificand, lhsSignificand, in multiplySignificand()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1885 LLVM_ABI static void tcFullMultiply(WordType *, const WordType *,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23613 {"_ZN4llvm5APInt14tcFullMultiplyEPyPKyS3_jj", "llvm::APInt::tcFullMultiply(unsigned long long*, uns…
|