MLIR
21.0.0git
|
#include "mlir/AsmParser/AsmParserState.h"
Public Member Functions | |
ResultGroupDefinition (unsigned index, SMRange loc) | |
Public Attributes | |
unsigned | startIndex |
The result number that starts this group. More... | |
SMDefinition | definition |
The source definition of the result group. More... | |
Definition at line 48 of file AsmParserState.h.
|
inline |
Definition at line 49 of file AsmParserState.h.
SMDefinition mlir::AsmParserState::OperationDefinition::ResultGroupDefinition::definition |
The source definition of the result group.
Definition at line 55 of file AsmParserState.h.
unsigned mlir::AsmParserState::OperationDefinition::ResultGroupDefinition::startIndex |
The result number that starts this group.
Definition at line 53 of file AsmParserState.h.