MLIR  19.0.0git
Public Attributes | List of all members
mlir::OpAsmParser::UnresolvedOperand Struct Reference

This is the representation of an operand reference. More...

#include "mlir/IR/OpImplementation.h"

Public Attributes

SMLoc location
 
StringRef name
 
unsigned number
 

Detailed Description

This is the representation of an operand reference.

Definition at line 1476 of file OpImplementation.h.

Member Data Documentation

◆ location

SMLoc mlir::OpAsmParser::UnresolvedOperand::location

Definition at line 1477 of file OpImplementation.h.

◆ name

StringRef mlir::OpAsmParser::UnresolvedOperand::name

Definition at line 1478 of file OpImplementation.h.

◆ number

unsigned mlir::OpAsmParser::UnresolvedOperand::number

Definition at line 1479 of file OpImplementation.h.


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