Home | History | Annotate | Download | only in IR

Lines Matching refs:Shuffle

187   // Store the shuffle.
189 assert(List.size() == Stack.back().Shuffle.size() && "Wrong size");
191 Stack.back().Shuffle[I] = List[I].second;
3196 assert(Order.Shuffle.size() >= 2 && "Shuffle too small");
3197 Out << Order.Shuffle[0];
3198 for (unsigned I = 1, E = Order.Shuffle.size(); I != E; ++I)
3199 Out << ", " << Order.Shuffle[I];