Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1023 Function *NewIntrin = in simplifyAMDGCNMemoryIntrinsicDemanded() local
1026 CallInst *NewCall = IC.Builder.CreateCall(NewIntrin, Args); in simplifyAMDGCNMemoryIntrinsicDemanded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp555 Function *NewIntrin = getScalarIntrinsicDeclaration(F->getParent(), ID, VT); in splitCall() local
569 Res[Elem] = Builder.CreateCall(NewIntrin, ScalarCallOps, in splitCall()