LLZK
3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Toggle main menu visibility
Loading...
Searching...
No Matches
Attrs.capi.h.inc
Go to the documentation of this file.
1
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2
|* *|
3
|* Attr C API Declarations *|
4
|* *|
5
|* Automatically generated file, do not edit! *|
6
|* From: Attrs.td *|
7
|* *|
8
\*===----------------------------------------------------------------------===*/
9
10
11
#include "
llzk-c/Builder.h
"
12
#include <mlir-c/IR.h>
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
19
MLIR_CAPI_EXPORTED
bool
llzkAttributeIsA_Bool_FeltCmpPredicateAttr
(MlirAttribute);
20
22
MLIR_CAPI_EXPORTED MlirAttribute
llzkBool_FeltCmpPredicateAttrGet
(MlirContext ctx,
LlzkBooleanFeltCmpPredicate
value);
23
25
MLIR_CAPI_EXPORTED
LlzkBooleanFeltCmpPredicate
llzkBool_FeltCmpPredicateAttrGetValue
(MlirAttribute);
26
27
#ifdef __cplusplus
28
}
29
#endif
llzkBool_FeltCmpPredicateAttrGet
MLIR_CAPI_EXPORTED MlirAttribute llzkBool_FeltCmpPredicateAttrGet(MlirContext ctx, LlzkBooleanFeltCmpPredicate value)
Create a llzk::boolean::FeltCmpPredicateAttr Attribute with the given parameters.
Definition
Attrs.capi.cpp.inc:23
llzkAttributeIsA_Bool_FeltCmpPredicateAttr
MLIR_CAPI_EXPORTED bool llzkAttributeIsA_Bool_FeltCmpPredicateAttr(MlirAttribute)
Returns true if the Attribute is a llzk::boolean::FeltCmpPredicateAttr.
Definition
Attrs.capi.cpp.inc:19
llzkBool_FeltCmpPredicateAttrGetValue
MLIR_CAPI_EXPORTED LlzkBooleanFeltCmpPredicate llzkBool_FeltCmpPredicateAttrGetValue(MlirAttribute)
Get 'value' parameter from a llzk::boolean::FeltCmpPredicateAttr Attribute.
Definition
Attrs.capi.cpp.inc:28
LlzkBooleanFeltCmpPredicate
enum LlzkBoolFeltCmpPredicate LlzkBooleanFeltCmpPredicate
Definition
Enums.capi.h.inc:35
Builder.h
build
include
llzk
Dialect
Bool
IR
Attrs.capi.h.inc
Generated by
1.17.0
Copyright 2025 Veridise Inc. under the Apache License v2.0. Copyright 2026 Project LLZK under the Apache License v2.0.