Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp506 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument
509 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef()
520 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()
584 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local
585 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace()
589OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()