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