Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp3143 CallInst *CustomCI = IRB.CreateCall(CustomF, Args); in visitWrappedCallBase() local
3144 CustomCI->setCallingConv(CI->getCallingConv()); in visitWrappedCallBase()
3145 CustomCI->setAttributes(transformFunctionAttributes( in visitWrappedCallBase()
3153 if (CustomCI->getArgOperand(ArgNo)->getType() == in visitWrappedCallBase()
3155 CustomCI->addParamAttr(ArgNo, Attribute::ZExt); in visitWrappedCallBase()
3158 if (CustomCI->getArgOperand(OriginArgNo)->getType() == in visitWrappedCallBase()
3160 CustomCI->addParamAttr(OriginArgNo, Attribute::ZExt); in visitWrappedCallBase()
3168 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()
3173 DFSF.setOrigin(CustomCI, OriginLoad); in visitWrappedCallBase()
3177 CI->replaceAllUsesWith(CustomCI); in visitWrappedCallBase()