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";
28 static constexpr ::llvm::StringLiteral getMnemonic() {
32 static ::mlir::Attribute parse(::mlir::AsmParser &odsParser, ::mlir::Type odsType);
33 void print(::mlir::AsmPrinter &odsPrinter)
const;
38MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::boolean::FeltCmpPredicateAttr)