Return operand Num of this node.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

SDValue const&
getOperand(unsigned int Num) const;

Return Value

Reference to the operand SDValue.

Parameters

Name

Description

Num

Operand index.

Created with MrDocs