Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:V2

811     auto V2 = UndefValue::get(V1->getType());
812 auto Shuffle = Builder->CreateShuffleVector(V1, V2, NewC);
817 // Turn vperm(V1,V2,mask) -> shuffle(V1,V2,mask) if mask is a constant.
822 // V1 and V2.