Searched refs:UndefV (Results 1 – 1 of 1) sorted by relevance
621 Value *UndefV = UndefValue::get(Op1->getType()); in UpgradeIntrinsicCall() local626 Rep = Builder.CreateShuffleVector(Op1, UndefV, ConstantVector::get(Idxs)); in UpgradeIntrinsicCall()672 Value *UndefV = UndefValue::get(Op0->getType()); in UpgradeIntrinsicCall() local673 Rep = Builder.CreateShuffleVector(Op0, UndefV, ConstantVector::get(Idxs)); in UpgradeIntrinsicCall()