llvm/tools/mlir/include/mlir/Interfaces/CopyOpInterface.cpp.inc

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

/// Returns the source value for this copy operation
::mlir::Value mlir::CopyOpInterface::getSource() {}
/// Returns the target value for this copy operation
::mlir::Value mlir::CopyOpInterface::getTarget() {}