CIRCT
20.0.0git
|
Namespaces | |
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. More... | |
bool | isAnyNonFuncSMTValueType (mlir::Type type) |
Returns whether the given type is an SMT value type (excluding functions). More... | |
bool circt::smt::isAnyNonFuncSMTValueType | ( | mlir::Type | type | ) |
Returns whether the given type is an SMT value type (excluding functions).
Referenced by verifyQuantifierRegions().
bool circt::smt::isAnySMTValueType | ( | mlir::Type | type | ) |
Returns whether the given type is an SMT value type.