MLIR
22.0.0git
|
Pair consisting kind of argument and index into operands, attributes, or properties. More...
#include "mlir/TableGen/Operator.h"
Public Types | |
enum class | Kind { Operand = 0x0 , Attribute = 0x1 , Property = 0x2 } |
Public Member Functions | |
OperandAttrOrProp (Kind kind, int index) | |
int | operandOrAttributeIndex () const |
Kind | kind () const |
Pair consisting kind of argument and index into operands, attributes, or properties.
Definition at line 328 of file Operator.h.
|
strong |
Enumerator | |
---|---|
Operand | |
Attribute | |
Property |
Definition at line 329 of file Operator.h.
|
inline |
Definition at line 330 of file Operator.h.
References kind().
|
inline |
Definition at line 334 of file Operator.h.
Referenced by OperandAttrOrProp().
|
inline |
Definition at line 333 of file Operator.h.