Home
last modified time | relevance | path

Searched refs:NewASC (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp160 Value *NewASC; in hoistAddrSpaceCastFromGEP() local
171 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()