LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Attrs.h.inc
Go to the documentation of this file.
1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* AttrDef Declarations *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* *|
7\*===----------------------------------------------------------------------===*/
8
9#ifdef GET_ATTRDEF_CLASSES
10#undef GET_ATTRDEF_CLASSES
11
12
13namespace mlir {
14class AsmParser;
15class AsmPrinter;
16} // namespace mlir
17namespace llzk {
18namespace boolean {
19class FeltCmpPredicateAttr;
20namespace detail {
21struct FeltCmpPredicateAttrStorage;
22} // namespace detail
23class FeltCmpPredicateAttr : public ::mlir::Attribute::AttrBase<FeltCmpPredicateAttr, ::mlir::Attribute, detail::FeltCmpPredicateAttrStorage> {
24public:
25 using Base::Base;
26 static constexpr ::llvm::StringLiteral name = "bool.cmp";
27 static FeltCmpPredicateAttr get(::mlir::MLIRContext *context, ::llzk::boolean::FeltCmpPredicate value);
28 static constexpr ::llvm::StringLiteral getMnemonic() {
29 return {"cmp"};
30 }
31
32 static ::mlir::Attribute parse(::mlir::AsmParser &odsParser, ::mlir::Type odsType);
33 void print(::mlir::AsmPrinter &odsPrinter) const;
34 ::llzk::boolean::FeltCmpPredicate getValue() const;
35};
36} // namespace boolean
37} // namespace llzk
38MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::boolean::FeltCmpPredicateAttr)
39
40#endif // GET_ATTRDEF_CLASSES
41