CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
circt::comb::SextMatcher< SubType > Struct Template Reference

#include <CombOps.h>

Collaboration diagram for circt::comb::SextMatcher< SubType >:
Collaboration graph
[legend]

Public Member Functions

 SextMatcher (SubType lhs)
 
bool match (Operation *op)
 

Public Attributes

SubType lhs
 

Detailed Description

template<typename SubType>
struct circt::comb::SextMatcher< SubType >

Definition at line 120 of file CombOps.h.

Constructor & Destructor Documentation

◆ SextMatcher()

template<typename SubType >
circt::comb::SextMatcher< SubType >::SextMatcher ( SubType  lhs)
inline

Definition at line 122 of file CombOps.h.

Member Function Documentation

◆ match()

template<typename SubType >
bool circt::comb::SextMatcher< SubType >::match ( Operation *  op)
inline

Definition at line 123 of file CombOps.h.

References circt::comb::SextMatcher< SubType >::lhs.

Member Data Documentation

◆ lhs

template<typename SubType >
SubType circt::comb::SextMatcher< SubType >::lhs

Definition at line 121 of file CombOps.h.

Referenced by circt::comb::SextMatcher< SubType >::match().


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