Searched refs:NewASC (Results 1 – 1 of 1) sorted by relevance
160 Value *NewASC; in hoistAddrSpaceCastFromGEP() local171 NewASC = new AddrSpaceCastInst(NewGEP, GEP->getType(), "", GEPI); in hoistAddrSpaceCastFromGEP()175 GEP->replaceAllUsesWith(NewASC); in hoistAddrSpaceCastFromGEP()181 NewASC = ConstantExpr::getAddrSpaceCast(NewGEP, GEP->getType()); in hoistAddrSpaceCastFromGEP()183 return NewASC; in hoistAddrSpaceCastFromGEP()