Searched refs:CustomCI (Results 1 – 1 of 1) sorted by relevance
2996 CallInst *CustomCI = IRB.CreateCall(CustomF, Args); in visitWrappedCallBase() local2997 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()