Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PairPos

3015   int PairPos = 0, End = Ops.size() - 1;
3016 PairPos < End) {
3017 TblOps.push_back(CGF.Builder.CreateShuffleVector(Ops[PairPos],
3018 Ops[PairPos+1], SV, Name));
3019 PairPos += 2;
3024 if (PairPos == End) {
3026 TblOps.push_back(CGF.Builder.CreateShuffleVector(Ops[PairPos],