llvm/tools/mlir/include/mlir/Bytecode/BytecodeOpInterface.cpp.inc

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* Interface Definitions                                                      *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

/// Read the properties for this operation from the bytecode and populate the state.
LogicalResult mlir::BytecodeOpInterface::readProperties(::mlir::DialectBytecodeReader & reader, ::mlir::OperationState & state) {}
/// Write the properties for this operation to the bytecode.
void mlir::BytecodeOpInterface::writeProperties(::mlir::DialectBytecodeWriter & writer) {}