Return a const reference to the Use for operand i.

Synopsis

Declared in <llvm/IR/User.h>

Use const&
getOperandUse(unsigned int i) const;

Return Value

Const reference to the Use for operand i.

Parameters

Name

Description

i

Operand index.

Created with MrDocs