llvm/tools/mlir/include/mlir/Dialect/Arith/IR/ArithOpsAttributes.h.inc

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

#ifdef GET_ATTRDEF_CLASSES
#undef GET_ATTRDEF_CLASSES


namespace mlir {
class AsmParser;
class AsmPrinter;
} // namespace mlir
namespace mlir {
namespace arith {
class FastMathFlagsAttr;
class IntegerOverflowFlagsAttr;
namespace detail {
struct FastMathFlagsAttrStorage;
} // namespace detail
class FastMathFlagsAttr : public ::mlir::Attribute::AttrBase<FastMathFlagsAttr, ::mlir::Attribute, detail::FastMathFlagsAttrStorage> {};
namespace detail {
struct IntegerOverflowFlagsAttrStorage;
} // namespace detail
class IntegerOverflowFlagsAttr : public ::mlir::Attribute::AttrBase<IntegerOverflowFlagsAttr, ::mlir::Attribute, detail::IntegerOverflowFlagsAttrStorage> {};
} // namespace arith
} // namespace mlir
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::arith::FastMathFlagsAttr)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::arith::IntegerOverflowFlagsAttr)

#endif  // GET_ATTRDEF_CLASSES