Searched refs:OperandUse (Results 1 – 1 of 1) sorted by relevance
416 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument419 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef()430 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()463 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local464 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace()468 … OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()