Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp2720 const integerPart *rhs, unsigned int lhsParts, in tcFullMultiply() argument
2724 if (lhsParts > rhsParts) { in tcFullMultiply()
2725 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
2733 for (n = 0; n < lhsParts; n++) in tcFullMultiply()
2736 n = lhsParts + rhsParts; in tcFullMultiply()