Searched refs:OperandUse (Results 1 – 1 of 1) sorted by relevance
253 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument256 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef()260 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()294 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local295 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace()299 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()