Searched refs:CallSampledImg (Results 1 – 1 of 1) sorted by relevance
1138 CallInst *CallSampledImg = cast<CallInst>(Args[0]); in postProcessOCLReadImage() local1139 auto Img = CallSampledImg->getArgOperand(0); in postProcessOCLReadImage()1141 auto Sampler = CallSampledImg->getArgOperand(1); in postProcessOCLReadImage()1154 if (CallSampledImg->hasOneUse()) { in postProcessOCLReadImage()1155 CallSampledImg->replaceAllUsesWith( in postProcessOCLReadImage()1156 UndefValue::get(CallSampledImg->getType())); in postProcessOCLReadImage()1157 CallSampledImg->dropAllReferences(); in postProcessOCLReadImage()1158 CallSampledImg->eraseFromParent(); in postProcessOCLReadImage()