getOperand overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

Return operand i.

Value*
getOperand(unsigned int i) const;

Return operand at index i_nocapture.

Value*
getOperand(unsigned int i_nocapture) const;

Return Value

  • The value of operand i.

  • The operand value at that index.

Parameters

Name

Description

i

Operand index.

i_nocapture

Zero‐based operand index.

Created with MrDocs