Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2996 CallInst *CustomCI = IRB.CreateCall(CustomF, Args); in visitWrappedCallBase() local
2997 CustomCI->setCallingConv(CI->getCallingConv()); in visitWrappedCallBase()
2998 CustomCI->setAttributes(transformFunctionAttributes( in visitWrappedCallBase()
3006 if (CustomCI->getArgOperand(ArgNo)->getType() == in visitWrappedCallBase()
3008 CustomCI->addParamAttr(ArgNo, Attribute::ZExt); in visitWrappedCallBase()
3011 if (CustomCI->getArgOperand(OriginArgNo)->getType() == in visitWrappedCallBase()
3013 CustomCI->addParamAttr(OriginArgNo, Attribute::ZExt); in visitWrappedCallBase()
3021 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()
3026 DFSF.setOrigin(CustomCI, OriginLoad); in visitWrappedCallBase()
3030 CI->replaceAllUsesWith(CustomCI); in visitWrappedCallBase()