Searched refs:NewGEPI (Results 1 – 2 of 2) sorted by relevance
126 GetElementPtrInst *NewGEPI = GetElementPtrInst::Create(Cast->getOperand(0), in hoistAddrSpaceCastFromGEP() local130 NewGEPI->setIsInBounds(GEP->isInBounds()); in hoistAddrSpaceCastFromGEP()132 new AddrSpaceCastInst(NewGEPI, GEP->getType(), "", GEPI)); in hoistAddrSpaceCastFromGEP()
451 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) in visitGetElementPtrInst() local452 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()