Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2945 CallInst *CustomCI = IRB.CreateCall(CustomF, Args); in visitWrappedCallBase() local
2946 CustomCI->setCallingConv(CI->getCallingConv()); in visitWrappedCallBase()
2947 CustomCI->setAttributes(transformFunctionAttributes( in visitWrappedCallBase()
2955 if (CustomCI->getArgOperand(ArgNo)->getType() == in visitWrappedCallBase()
2957 CustomCI->addParamAttr(ArgNo, Attribute::ZExt); in visitWrappedCallBase()
2960 if (CustomCI->getArgOperand(OriginArgNo)->getType() == in visitWrappedCallBase()
2962 CustomCI->addParamAttr(OriginArgNo, Attribute::ZExt); in visitWrappedCallBase()
2970 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()
2975 DFSF.setOrigin(CustomCI, OriginLoad); in visitWrappedCallBase()
2979 CI->replaceAllUsesWith(CustomCI); in visitWrappedCallBase()