Searched refs:NewASC (Results 1 – 1 of 1) sorted by relevance
157 Value *NewASC; in hoistAddrSpaceCastFromGEP() local167 NewASC = new AddrSpaceCastInst(NewGEP, GEP->getType(), "", GEPI); in hoistAddrSpaceCastFromGEP()168 NewASC->takeName(GEP); in hoistAddrSpaceCastFromGEP()172 GEP->replaceAllUsesWith(NewASC); in hoistAddrSpaceCastFromGEP()178 NewASC = ConstantExpr::getAddrSpaceCast(NewGEP, GEP->getType()); in hoistAddrSpaceCastFromGEP()180 return NewASC; in hoistAddrSpaceCastFromGEP()