#include "circt/Dialect/SMT/SMTOps.h"
#include "llvm/ADT/TypeSwitch.h"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::smt |
|
◆ HANDLE [1/2]
#define HANDLE |
( |
|
OPTYPE, |
|
|
|
OPKIND |
|
) |
| |
Value: ResultType visitSMTOp(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visit##OPKIND##SMTOp(op, \
args...); \
}
Definition at line 175 of file SMTVisitors.h.
◆ HANDLE [2/2]
#define HANDLE |
( |
|
TYPE, |
|
|
|
KIND |
|
) |
| |
Value: ResultType visitSMTType(TYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visit##KIND##SMTType(op, \
args...); \
}
Definition at line 175 of file SMTVisitors.h.