|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
#include <mlir/CAPI/IR.h>#include <mlir/CAPI/Support.h>#include <llvm/ADT/TypeSwitch.h>#include <utility>Go to the source code of this file.
Functions | |
| bool | llzkAttributeIsA_Pod_RecordAttr (MlirAttribute inp) |
| Returns true if the Attribute is a ::llzk::pod::RecordAttr. | |
| MlirAttribute | llzkPod_RecordAttrGet (MlirContext ctx, MlirIdentifier name, MlirType type) |
| Create a ::llzk::pod::RecordAttr Attribute with the given parameters. | |
| MlirIdentifier | llzkPod_RecordAttrGetName (MlirAttribute inp) |
| Get 'name' parameter from a ::llzk::pod::RecordAttr Attribute. | |
| MlirType | llzkPod_RecordAttrGetType (MlirAttribute inp) |
| Get 'type' parameter from a ::llzk::pod::RecordAttr Attribute. | |
| MlirAttribute | llzkPod_RecordAttrGetNameSym (MlirAttribute inp) |
| Returns the record name as a symbol. | |
| bool llzkAttributeIsA_Pod_RecordAttr | ( | MlirAttribute | inp | ) |
Returns true if the Attribute is a ::llzk::pod::RecordAttr.
Definition at line 19 of file Attrs.capi.cpp.inc.
| MlirAttribute llzkPod_RecordAttrGet | ( | MlirContext | ctx, |
| MlirIdentifier | name, | ||
| MlirType | type ) |
Create a ::llzk::pod::RecordAttr Attribute with the given parameters.
Definition at line 23 of file Attrs.capi.cpp.inc.
| MlirIdentifier llzkPod_RecordAttrGetName | ( | MlirAttribute | inp | ) |
Get 'name' parameter from a ::llzk::pod::RecordAttr Attribute.
Definition at line 28 of file Attrs.capi.cpp.inc.
| MlirAttribute llzkPod_RecordAttrGetNameSym | ( | MlirAttribute | inp | ) |
Returns the record name as a symbol.
Definition at line 36 of file Attrs.capi.cpp.inc.
| MlirType llzkPod_RecordAttrGetType | ( | MlirAttribute | inp | ) |
Get 'type' parameter from a ::llzk::pod::RecordAttr Attribute.
Definition at line 32 of file Attrs.capi.cpp.inc.