Searched refs:OperandUse (Results 1 – 1 of 1) sorted by relevance
526 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument530 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef()541 Instruction *Inst = cast<Instruction>(OperandUse.getUser()); in operandWithNewAddressSpaceOrCreateUndef()554 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()619 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local620 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace()624 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, in cloneInstructionWithNewAddressSpace()