|
LLZK 2.1.1
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_Cast_OverflowSemanticsAttr (MlirAttribute inp) |
| Returns true if the Attribute is a ::llzk::cast::OverflowSemanticsAttr. | |
| MlirAttribute | llzkCast_OverflowSemanticsAttrGet (MlirContext ctx, LlzkCastOverflowSemantics value) |
| Create a ::llzk::cast::OverflowSemanticsAttr Attribute with the given parameters. | |
| LlzkCastOverflowSemantics | llzkCast_OverflowSemanticsAttrGetValue (MlirAttribute inp) |
| Get 'value' parameter from a ::llzk::cast::OverflowSemanticsAttr Attribute. | |
| bool llzkAttributeIsA_Cast_OverflowSemanticsAttr | ( | MlirAttribute | inp | ) |
Returns true if the Attribute is a ::llzk::cast::OverflowSemanticsAttr.
Definition at line 19 of file Attrs.capi.cpp.inc.
| MlirAttribute llzkCast_OverflowSemanticsAttrGet | ( | MlirContext | ctx, |
| LlzkCastOverflowSemantics | value ) |
Create a ::llzk::cast::OverflowSemanticsAttr Attribute with the given parameters.
Definition at line 23 of file Attrs.capi.cpp.inc.
| LlzkCastOverflowSemantics llzkCast_OverflowSemanticsAttrGetValue | ( | MlirAttribute | inp | ) |
Get 'value' parameter from a ::llzk::cast::OverflowSemanticsAttr Attribute.
Definition at line 28 of file Attrs.capi.cpp.inc.