CIRCT  19.0.0git
Macros | Functions
CombOps.cpp File Reference
#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/ImplicitLocOpBuilder.h"
#include "mlir/IR/PatternMatch.h"
#include "llvm/Support/FormatVariadic.h"
#include "circt/Dialect/Comb/Comb.cpp.inc"
Include dependency graph for CombOps.cpp:

Go to the source code of this file.

Macros

#define GET_OP_CLASSES
 

Functions

static LogicalResult verifyUTBinOp (Operation *op)
 
static unsigned getTotalWidth (ValueRange inputs)
 

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 304 of file CombOps.cpp.

Function Documentation

◆ getTotalWidth()

static unsigned getTotalWidth ( ValueRange  inputs)
static

Definition at line 237 of file CombOps.cpp.

References inputs.

◆ verifyUTBinOp()

static LogicalResult verifyUTBinOp ( Operation *  op)
static

Definition at line 206 of file CombOps.cpp.