|
CIRCT 22.0.0git
|
Functions | |
| unsigned | inferAddResultType (IntegerType::SignednessSemantics &signedness, IntegerType lhs, IntegerType rhs) |
| bool | isHWArithIntegerType (::mlir::Type type) |
| static LogicalResult | verifyBinOp (Operation *binOp) |
| unsigned circt::hwarith::inferAddResultType | ( | IntegerType::SignednessSemantics & | signedness, |
| IntegerType | lhs, | ||
| IntegerType | rhs | ||
| ) |
Definition at line 194 of file HWArithOps.cpp.
References inferAddResultType().
Referenced by inferAddResultType().
| bool circt::hwarith::isHWArithIntegerType | ( | ::mlir::Type | type | ) |
|
static |
Definition at line 220 of file HWArithOps.cpp.
References verifyBinOp().
Referenced by verifyBinOp().