Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:K2

371                      Instruction *&K2);
2808 Instruction *&K1, Instruction *&K2) {
2845 K2 = new ShuffleVectorInst(K, UndefValue::get(VType),
2850 K2 = ExtractElementInst::Create(K, CV1,
2855 K2->insertAfter(K1);
2856 InsertionPt = K2;
3125 Instruction *K1 = nullptr, *K2 = nullptr;
3126 replaceOutputsOfPair(Context, L, H, K, InsertionPt, K1, K2);
3137 H->replaceAllUsesWith(K2);
3139 AA->replaceWithNewValue(H, K2);