Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp2675 const integerPart *rhs, unsigned int lhsParts, in tcFullMultiply() argument
2679 if (lhsParts > rhsParts) { in tcFullMultiply()
2680 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
2688 for (n = 0; n < lhsParts; n++) in tcFullMultiply()
2691 n = lhsParts + rhsParts; in tcFullMultiply()