Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp497 Function *NewIntrin = getScalarIntrinsicDeclaration(F->getParent(), ID, VT); in splitCall() local
511 Res[Elem] = Builder.CreateCall(NewIntrin, ScalarCallOps, in splitCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1050 Function *NewIntrin = Intrinsic::getDeclaration(M, IID, OverloadTys); in simplifyAMDGCNMemoryIntrinsicDemanded() local
1062 CallInst *NewCall = Builder.CreateCall(NewIntrin, Args); in simplifyAMDGCNMemoryIntrinsicDemanded()