Home
last modified time | relevance | path

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

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