CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
mlir::AttrTypeSubElementHandler< circt::firrtl::FEnumType::EnumElement > Struct Reference

Allow walking and replacing the subelements of an EnumElement. More...

#include <FIRRTLTypes.h>

Public Types

using EnumElement = circt::firrtl::FEnumType::EnumElement
 

Static Public Member Functions

static void walk (const EnumElement &param, AttrTypeImmediateSubElementWalker &walker)
 
static EnumElement replace (const EnumElement &param, AttrSubElementReplacements &attrRepls, TypeSubElementReplacements &typeRepls)
 

Detailed Description

Allow walking and replacing the subelements of an EnumElement.

Definition at line 692 of file FIRRTLTypes.h.

Member Typedef Documentation

◆ EnumElement

using mlir::AttrTypeSubElementHandler< circt::firrtl::FEnumType::EnumElement >::EnumElement = circt::firrtl::FEnumType::EnumElement

Definition at line 693 of file FIRRTLTypes.h.

Member Function Documentation

◆ replace()

static EnumElement mlir::AttrTypeSubElementHandler< circt::firrtl::FEnumType::EnumElement >::replace ( const EnumElement param,
AttrSubElementReplacements &  attrRepls,
TypeSubElementReplacements &  typeRepls 
)
inlinestatic

Definition at line 701 of file FIRRTLTypes.h.

◆ walk()

static void mlir::AttrTypeSubElementHandler< circt::firrtl::FEnumType::EnumElement >::walk ( const EnumElement param,
AttrTypeImmediateSubElementWalker &  walker 
)
inlinestatic

Definition at line 695 of file FIRRTLTypes.h.


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