Searched refs:rhsParts (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | APInt.cpp | 2593 unsigned rhsParts) { in tcFullMultiply() argument 2595 if (lhsParts > rhsParts) in tcFullMultiply() 2596 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply() 2600 tcSet(dst, 0, rhsParts); in tcFullMultiply() 2603 tcMultiplyPart(&dst[i], rhs, lhs[i], 0, rhsParts, rhsParts + 1, true); in tcFullMultiply()
|