Searched refs:RoundParts (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp122 unsigned RoundParts = NumParts & (NumParts - 1) ? local
124 unsigned RoundBits = PartBits * RoundParts;
131 if (RoundParts > 2) {
132 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2,
134 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2,
135 RoundParts / 2, PartVT, HalfVT, V);
146 if (RoundParts < NumParts) {
148 unsigned OddParts = NumParts - RoundParts;
151 Parts + RoundParts, OddParts, PartVT, OddVT, V);
420 unsigned RoundParts local
[all...]

Completed in 61 milliseconds