CIRCT 20.0.0git
|
Namespaces | |
namespace | detail |
Classes | |
class | SMTOpVisitor |
This helps visit SMT nodes. More... | |
class | SMTTypeVisitor |
This helps visit SMT types. More... | |
Functions | |
bool | isAnySMTValueType (mlir::Type type) |
Returns whether the given type is an SMT value type. | |
bool | isAnyNonFuncSMTValueType (mlir::Type type) |
Returns whether the given type is an SMT value type (excluding functions). | |
bool circt::smt::isAnyNonFuncSMTValueType | ( | mlir::Type | type | ) |
Returns whether the given type is an SMT value type (excluding functions).
bool circt::smt::isAnySMTValueType | ( | mlir::Type | type | ) |
Returns whether the given type is an SMT value type.