MLIR 22.0.0git
mlir::AsmParserState::OperationDefinition::ResultGroupDefinition Struct Reference

#include "mlir/AsmParser/AsmParserState.h"

Public Member Functions

 ResultGroupDefinition (unsigned index, SMRange loc)

Public Attributes

unsigned startIndex
 The result number that starts this group.
SMDefinition definition
 The source definition of the result group.

Detailed Description

Definition at line 48 of file AsmParserState.h.

Constructor & Destructor Documentation

◆ ResultGroupDefinition()

mlir::AsmParserState::OperationDefinition::ResultGroupDefinition::ResultGroupDefinition ( unsigned index,
SMRange loc )
inline

Member Data Documentation

◆ definition

SMDefinition mlir::AsmParserState::OperationDefinition::ResultGroupDefinition::definition

The source definition of the result group.

Definition at line 55 of file AsmParserState.h.

Referenced by ResultGroupDefinition().

◆ startIndex

unsigned mlir::AsmParserState::OperationDefinition::ResultGroupDefinition::startIndex

The result number that starts this group.

Definition at line 53 of file AsmParserState.h.

Referenced by ResultGroupDefinition().


The documentation for this struct was generated from the following file: