Searched refs:tcMultiplyPart (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | APInt.cpp | 264 tcMultiplyPart(U.pVal, U.pVal, RHS, 0, NumWords, NumWords, false); in operator *=() 2492 int APInt::tcMultiplyPart(WordType *dst, const WordType *src, in tcMultiplyPart() function in APInt 2583 overflow |= tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts, in tcMultiply() 2603 tcMultiplyPart(&dst[i], rhs, lhs[i], 0, rhsParts, rhsParts + 1, true); in tcFullMultiply()
|
| H A D | APFloat.cpp | 2945 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1808 static int tcMultiplyPart(WordType *dst, const WordType *src,
|