Home
last modified time | relevance | path

Searched refs:NewPointerOperands (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp462 SmallVector<Value *, 4> NewPointerOperands; in cloneInstructionWithNewAddressSpace() local
465 NewPointerOperands.push_back(nullptr); in cloneInstructionWithNewAddressSpace()
467 NewPointerOperands.push_back(operandWithNewAddressSpaceOrCreateUndef( in cloneInstructionWithNewAddressSpace()
473 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace()
480 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace()
488 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace()
495 return SelectInst::Create(I->getOperand(0), NewPointerOperands[1], in cloneInstructionWithNewAddressSpace()
496 NewPointerOperands[2], "", nullptr, I); in cloneInstructionWithNewAddressSpace()