Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp293 SmallVector<Value *, 4> NewPointerOperands; in cloneInstructionWithNewAddressSpace() local
296 NewPointerOperands.push_back(nullptr); in cloneInstructionWithNewAddressSpace()
298 NewPointerOperands.push_back(operandWithNewAddressSpaceOrCreateUndef( in cloneInstructionWithNewAddressSpace()
304 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace()
311 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace()
319 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace()