Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp2658 const integerPart *rhs, unsigned int lhsParts, in tcFullMultiply() argument
2662 if (lhsParts > rhsParts) { in tcFullMultiply()
2663 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
2671 for (n = 0; n < lhsParts; n++) in tcFullMultiply()
2674 n = lhsParts + rhsParts; in tcFullMultiply()