Searched refs:OldGEP (Results 1 – 1 of 1) sorted by relevance
475 auto *OldGEP = dyn_cast<GetElementPtrInst>(OldOp); in aspaceWrapOperand() local476 if (!OldGEP) in aspaceWrapOperand()478 if (!OldGEP->use_empty()) in aspaceWrapOperand()480 OldOp = OldGEP->getPointerOperand(); in aspaceWrapOperand()481 OldGEP->eraseFromParent(); in aspaceWrapOperand()