reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
222 unsigned RoundBits = PartBits * RoundParts; 229 if (RoundParts > 2) { 230 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2, 232 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2, 233 RoundParts / 2, PartVT, HalfVT, V); 244 if (RoundParts < NumParts) { 246 unsigned OddParts = NumParts - RoundParts; 248 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts, OddParts, PartVT,