MLIR  19.0.0git
Public Member Functions | Public Attributes | List of all members
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. More...
 
SMDefinition definition
 The source definition of the result group. More...
 

Detailed Description

Definition at line 48 of file AsmParserState.h.

Constructor & Destructor Documentation

◆ ResultGroupDefinition()

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

Definition at line 49 of file AsmParserState.h.

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.

◆ startIndex

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

The result number that starts this group.

Definition at line 53 of file AsmParserState.h.


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