llvm/tools/mlir/examples/transform/Ch4/include/MyExtension.h.inc

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* Op Declarations                                                            *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|* From: MyExtension.td                                                       *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

namespace mlir {
namespace transform {
class HasOperandSatisfyingOp;
} // namespace transform
} // namespace mlir
#ifdef GET_OP_CLASSES
#undef GET_OP_CLASSES

namespace mlir {
namespace transform {

//===----------------------------------------------------------------------===//
// ::mlir::transform::HasOperandSatisfyingOp declarations
//===----------------------------------------------------------------------===//

namespace detail {
class HasOperandSatisfyingOpGenericAdaptorBase {};
} // namespace detail
template <typename RangeT>
class HasOperandSatisfyingOpGenericAdaptor : public detail::HasOperandSatisfyingOpGenericAdaptorBase {};
class HasOperandSatisfyingOpAdaptor : public HasOperandSatisfyingOpGenericAdaptor<::mlir::ValueRange> {};
class HasOperandSatisfyingOp : public ::mlir::Op<HasOperandSatisfyingOp, ::mlir::OpTrait::OneRegion, ::mlir::OpTrait::AtLeastNResults<1>::Impl, ::mlir::OpTrait::ZeroSuccessors, ::mlir::OpTrait::OneOperand, ::mlir::OpTrait::SingleBlock, ::mlir::OpTrait::SingleBlockImplicitTerminator<::mlir::transform::YieldOp>::Impl, ::mlir::OpTrait::OpInvariants, ::mlir::MemoryEffectOpInterface::Trait, ::mlir::transform::TransformOpInterface::Trait, ::mlir::transform::MatchOpInterface::Trait, ::mlir::OpAsmOpInterface::Trait> {};
} // namespace transform
} // namespace mlir
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::transform::HasOperandSatisfyingOp)


#endif  // GET_OP_CLASSES