Searched refs:OperandUse (Results 1 – 1 of 1) sorted by relevance
622 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreatePoison() argument626 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreatePoison()636 Instruction *Inst = cast<Instruction>(OperandUse.getUser()); in operandWithNewAddressSpaceOrCreatePoison()648 PoisonUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreatePoison()710 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local711 if (!OperandUse.get()->getType()->isPtrOrPtrVectorTy()) in cloneInstructionWithNewAddressSpace()715 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, in cloneInstructionWithNewAddressSpace()