CIRCT  19.0.0git
Static Public Member Functions | List of all members
circt::firrtl::SameOperandsIntTypeKind< ConcreteOp > Class Template Reference

A binary operation where the operands have the same integer kind. More...

#include <FIRRTLOps.h>

Inheritance diagram for circt::firrtl::SameOperandsIntTypeKind< ConcreteOp >:
Inheritance graph
[legend]
Collaboration diagram for circt::firrtl::SameOperandsIntTypeKind< ConcreteOp >:
Collaboration graph
[legend]

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)
 

Detailed Description

template<typename ConcreteOp>
class circt::firrtl::SameOperandsIntTypeKind< ConcreteOp >

A binary operation where the operands have the same integer kind.

Definition at line 175 of file FIRRTLOps.h.

Member Function Documentation

◆ verifyTrait()

template<typename ConcreteOp >
static LogicalResult circt::firrtl::SameOperandsIntTypeKind< ConcreteOp >::verifyTrait ( Operation *  op)
inlinestatic

Definition at line 178 of file FIRRTLOps.h.

References circt::firrtl::impl::verifySameOperandsIntTypeKind().


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