llvm/tools/mlir/include/mlir/Dialect/Vector/Interfaces/MaskingOpInterface.cpp.inc

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

/// Returns the mask value of this masking operation.
mlir::Value mlir::vector::MaskingOpInterface::getMask() {}
/// Returns the operation masked by this masking operation.
Operation *mlir::vector::MaskingOpInterface::getMaskableOp() {}
/// Returns true if the masking operation has a passthru value.
bool mlir::vector::MaskingOpInterface::hasPassthru() {}
/// Returns the passthru value of this masking operation.
mlir::Value mlir::vector::MaskingOpInterface::getPassthru() {}