Searched refs:NewPointerOperands (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 649 SmallVector<Value *, 4> NewPointerOperands; in cloneInstructionWithNewAddressSpace() local 652 NewPointerOperands.push_back(nullptr); in cloneInstructionWithNewAddressSpace() 654 NewPointerOperands.push_back(operandWithNewAddressSpaceOrCreatePoison( in cloneInstructionWithNewAddressSpace() 661 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace() 668 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace() 676 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace() 683 return SelectInst::Create(I->getOperand(0), NewPointerOperands[1], in cloneInstructionWithNewAddressSpace() 684 NewPointerOperands[2], "", nullptr, I); in cloneInstructionWithNewAddressSpace()
|