Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp2635 const integerPart *rhs, unsigned int lhsParts, in tcFullMultiply() argument
2639 if (lhsParts > rhsParts) { in tcFullMultiply()
2640 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
2648 for (n = 0; n < lhsParts; n++) in tcFullMultiply()
2651 n = lhsParts + rhsParts; in tcFullMultiply()