Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp77 auto NewASCToGeneric = new AddrSpaceCastInst(NewASCToLocal, in runOnBasicBlock() local
80 NewASCToGeneric->insertAfter(NewASCToLocal); in runOnBasicBlock()
92 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
97 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
102 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
107 BI->setOperand(0, NewASCToGeneric); in runOnBasicBlock()