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