Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp526 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument
530 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef()
541 Instruction *Inst = cast<Instruction>(OperandUse.getUser()); in operandWithNewAddressSpaceOrCreateUndef()
553 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()
618 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local
619 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace()
623 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, in cloneInstructionWithNewAddressSpace()