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

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

#include <FIRRTLTypes.h>

Public Types

using BundleElement = circt::firrtl::OpenBundleType::BundleElement
 

Static Public Member Functions

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

Detailed Description

Allow walking and replacing the subelements of an OpenBundleElement.

Definition at line 672 of file FIRRTLTypes.h.

Member Typedef Documentation

◆ BundleElement

using mlir::AttrTypeSubElementHandler< circt::firrtl::OpenBundleType::BundleElement >::BundleElement = circt::firrtl::OpenBundleType::BundleElement

Definition at line 674 of file FIRRTLTypes.h.

Member Function Documentation

◆ replace()

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

Definition at line 681 of file FIRRTLTypes.h.

◆ walk()

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

Definition at line 676 of file FIRRTLTypes.h.


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