Home
last modified time | relevance | path

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

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