Home
last modified time | relevance | path

Searched refs:OperandUse (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp622 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreatePoison() argument
626 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() local
711 if (!OperandUse.get()->getType()->isPtrOrPtrVectorTy()) in cloneInstructionWithNewAddressSpace()
715 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, in cloneInstructionWithNewAddressSpace()