Searched refs:Arg1VecTy (Results 1 – 1 of 1) sorted by relevance
1291 VectorType *Arg1VecTy = dyn_cast<VectorType>(Arg1->getType()); in replaceLibCallWithSimpleIntrinsic() local1292 if (Arg0VecTy && !Arg1VecTy) { in replaceLibCallWithSimpleIntrinsic()1295 } else if (!Arg0VecTy && Arg1VecTy) { in replaceLibCallWithSimpleIntrinsic()1296 Value *SplatLHS = B.CreateVectorSplat(Arg1VecTy->getElementCount(), Arg0); in replaceLibCallWithSimpleIntrinsic()