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

Allow walking and replacing the subelements of a BundleElement. More...

#include <FIRRTLTypes.h>

Public Types

using BundleElement = circt::firrtl::BundleType::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 a BundleElement.

Definition at line 652 of file FIRRTLTypes.h.

Member Typedef Documentation

◆ BundleElement

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

Definition at line 654 of file FIRRTLTypes.h.

Member Function Documentation

◆ replace()

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

Definition at line 661 of file FIRRTLTypes.h.

◆ walk()

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

Definition at line 656 of file FIRRTLTypes.h.


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