Searched refs:tcFullMultiply (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1840 static void tcFullMultiply(WordType *, const WordType *, const WordType *,
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 2601 void APInt::tcFullMultiply(WordType *dst, const WordType *lhs, in tcFullMultiply() function in APInt 2606 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
|
| H A D | APFloat.cpp | 783 APInt::tcFullMultiply(pow5, pow5 - partsCount, pow5 - partsCount, in powerOf5() 793 APInt::tcFullMultiply(p2, p1, pow5, result, partsCount); in powerOf5() 1267 APInt::tcFullMultiply(fullSignificand, lhsSignificand, in multiplySignificand()
|