Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp582 SmallVector<Value *, 4> NewPointerOperands; in cloneInstructionWithNewAddressSpace() local
585 NewPointerOperands.push_back(nullptr); in cloneInstructionWithNewAddressSpace()
587 NewPointerOperands.push_back(operandWithNewAddressSpaceOrCreateUndef( in cloneInstructionWithNewAddressSpace()
593 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace()
600 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace()
608 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace()
615 return SelectInst::Create(I->getOperand(0), NewPointerOperands[1], in cloneInstructionWithNewAddressSpace()
616 NewPointerOperands[2], "", nullptr, I); in cloneInstructionWithNewAddressSpace()