Home
last modified time | relevance | path

Searched refs:Arg1VecTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1249 VectorType *Arg1VecTy = dyn_cast<VectorType>(Arg1->getType()); in replaceLibCallWithSimpleIntrinsic() local
1250 if (Arg0VecTy && !Arg1VecTy) { in replaceLibCallWithSimpleIntrinsic()
1253 } else if (!Arg0VecTy && Arg1VecTy) { in replaceLibCallWithSimpleIntrinsic()
1254 Value *SplatLHS = B.CreateVectorSplat(Arg1VecTy->getElementCount(), Arg0); in replaceLibCallWithSimpleIntrinsic()