MLIR
17.0.0git
|
This enum represents a mask of all of the potential components of an operation. More...
Enumerations | |
enum | : uint8_t { kHasAttrs = 0b00000001 , kHasResults = 0b00000010 , kHasOperands = 0b00000100 , kHasSuccessors = 0b00001000 , kHasInlineRegions = 0b00010000 } |
This enum represents a mask of all of the potential components of an operation.
This mask is used when encoding an operation to indicate which components are present in the bytecode.
anonymous enum : uint8_t |
Enumerator | |
---|---|
kHasAttrs | |
kHasResults | |
kHasOperands | |
kHasSuccessors | |
kHasInlineRegions |
Definition at line 83 of file Encoding.h.