Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp650 SmallVector<Value *, 4> NewPointerOperands; in cloneInstructionWithNewAddressSpace() local
653 NewPointerOperands.push_back(nullptr); in cloneInstructionWithNewAddressSpace()
655 NewPointerOperands.push_back(operandWithNewAddressSpaceOrCreatePoison( in cloneInstructionWithNewAddressSpace()
662 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace()
669 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace()
677 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace()
684 return SelectInst::Create(I->getOperand(0), NewPointerOperands[1], in cloneInstructionWithNewAddressSpace()
685 NewPointerOperands[2], "", nullptr, I); in cloneInstructionWithNewAddressSpace()