llvm::User::getOperandUse

getOperandUse overloads

Synopses

Declared in <llvm/IR/User.h>

Return a const reference to the Use for operand i.

Use const&
getOperandUse(unsigned int i) const;
» more...

Return a mutable reference to the Use for operand i.

Use&
getOperandUse(unsigned int i);
» more...

Return Value

  • Const reference to the Use for operand i.
  • Mutable reference to the Use for operand i.

Parameters

NameDescription
iOperand index.