reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/APInt.cpp
 2624   if (lhsParts > rhsParts)
 2625     return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts);
 2629   tcSet(dst, 0, rhsParts);
 2632     tcMultiplyPart(&dst[i], rhs, lhs[i], 0, rhsParts, rhsParts + 1, true);
 2632     tcMultiplyPart(&dst[i], rhs, lhs[i], 0, rhsParts, rhsParts + 1, true);