#include "circt/Dialect/Handshake/HandshakeOps.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "llvm/ADT/TypeSwitch.h"
Go to the source code of this file.
◆ HANDLE [1/2]
Value: ResultType visitHandshake(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visitUnhandledOp(op, args...); \
}
Definition at line 128 of file Visitor.h.
◆ HANDLE [2/2]
Value: ResultType visitStdExpr(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visitUnhandledOp(op, args...); \
}
Definition at line 128 of file Visitor.h.