MLIR
20.0.0git
|
Pair consisting kind of argument and index into operands or attributes. More...
#include "mlir/TableGen/Operator.h"
Public Types | |
enum class | Kind { Operand , Attribute } |
Public Member Functions | |
OperandOrAttribute (Kind kind, int index) | |
int | operandOrAttributeIndex () const |
Kind | kind () |
Pair consisting kind of argument and index into operands or attributes.
Definition at line 327 of file Operator.h.
|
strong |
Enumerator | |
---|---|
Operand | |
Attribute |
Definition at line 328 of file Operator.h.
|
inline |
Definition at line 329 of file Operator.h.
|
inline |
Definition at line 333 of file Operator.h.
References Attribute, and Operand.
Referenced by OperandOrAttribute().
|
inline |
Definition at line 332 of file Operator.h.