Searched refs:OperandUse (Results 1 – 1 of 1) sorted by relevance
506 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument509 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef()520 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()583 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local584 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace()588 … OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()