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

#include <CombOps.h>

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

Public Member Functions

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

Public Attributes

SubType lhs
 

Detailed Description

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

Definition at line 159 of file CombOps.h.

Constructor & Destructor Documentation

◆ SextByMatcher()

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

Definition at line 161 of file CombOps.h.

Member Function Documentation

◆ match()

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

Definition at line 162 of file CombOps.h.

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

Member Data Documentation

◆ lhs

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

Definition at line 160 of file CombOps.h.

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


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