getOperand overloads

Synopses

Declared in <llvm/IR/Instructions.h>

Return operand i.

Value*
getOperand(unsigned int i) const;

Provide fast operand accessors. 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

The zero‐based operand index.

Created with MrDocs