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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp127 unsigned RoundParts = NumParts & (NumParts - 1) ? local
129 unsigned RoundBits = PartBits * RoundParts;
136 if (RoundParts > 2) {
137 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2,
139 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2,
140 RoundParts / 2, PartVT, HalfVT, V);
151 if (RoundParts < NumParts) {
153 unsigned OddParts = NumParts - RoundParts;
156 Parts + RoundParts, OddParts, PartVT, OddVT, V);
425 unsigned RoundParts local
[all...]

Completed in 86 milliseconds