Searched refs:CustomCI (Results 1 – 1 of 1) sorted by relevance
3137 CallInst *CustomCI = IRB.CreateCall(CustomF, Args); in visitWrappedCallBase() local3138 CustomCI->setCallingConv(CI->getCallingConv()); in visitWrappedCallBase()3139 CustomCI->setAttributes(transformFunctionAttributes( in visitWrappedCallBase()3147 if (CustomCI->getArgOperand(ArgNo)->getType() == in visitWrappedCallBase()3149 CustomCI->addParamAttr(ArgNo, Attribute::ZExt); in visitWrappedCallBase()3152 if (CustomCI->getArgOperand(OriginArgNo)->getType() == in visitWrappedCallBase()3154 CustomCI->addParamAttr(OriginArgNo, Attribute::ZExt); in visitWrappedCallBase()3162 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()3167 DFSF.setOrigin(CustomCI, OriginLoad); in visitWrappedCallBase()3171 CI->replaceAllUsesWith(CustomCI); in visitWrappedCallBase()