9#ifdef GET_ATTRDEF_CLASSES
10#undef GET_ATTRDEF_CLASSES
19class FeltCmpPredicateAttr;
21struct FeltCmpPredicateAttrStorage;
23class FeltCmpPredicateAttr :
public ::mlir::Attribute::AttrBase<FeltCmpPredicateAttr, ::mlir::Attribute, detail::FeltCmpPredicateAttrStorage> {
26 static constexpr ::llvm::StringLiteral
name =
"bool.cmp";
27 static constexpr ::llvm::StringLiteral dialectName =
"bool";
29 static constexpr ::llvm::StringLiteral getMnemonic() {
33 static ::mlir::Attribute parse(::mlir::AsmParser &odsParser, ::mlir::Type odsType);
34 void print(::mlir::AsmPrinter &odsPrinter)
const;
39MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::boolean::FeltCmpPredicateAttr)