13 #ifndef CIRCT_DIALECT_HWARITH_OPS_H
14 #define CIRCT_DIALECT_HWARITH_OPS_H
18 #include "mlir/Bytecode/BytecodeOpInterface.h"
19 #include "mlir/IR/OpImplementation.h"
20 #include "mlir/Interfaces/InferTypeOpInterface.h"
21 #include "mlir/Interfaces/SideEffectInterfaces.h"
23 #define GET_OP_CLASSES
24 #include "circt/Dialect/HWArith/HWArith.h.inc"
32 IntegerType lhs, IntegerType rhs);
unsigned inferAddResultType(IntegerType::SignednessSemantics &signedness, IntegerType lhs, IntegerType rhs)
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.