Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp74 auto NewASCToGeneric = new AddrSpaceCastInst(NewASCToLocal, in runOnBasicBlock() local
77 NewASCToGeneric->insertAfter(NewASCToLocal); in runOnBasicBlock()
89 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
94 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
99 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
104 BI->setOperand(0, NewASCToGeneric); in runOnBasicBlock()