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;

Return a mutable reference to the Use for operand i.

Use&
getOperandUse(unsigned int i);

Return Value

  • Const reference to the Use for operand i.

  • Mutable reference to the Use for operand i.

Parameters

Name

Description

i

Operand index.

Created with MrDocs