|
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 | llzkTypeIsA_Struct_StructType (MlirType inp) |
| Returns true if the Type is a llzk::component::StructType. | |
| MlirAttribute | llzkStruct_StructTypeGetNameRef (MlirType inp) |
| Get 'nameRef' parameter from a llzk::component::StructType Type. | |
| MlirAttribute | llzkStruct_StructTypeGetParams (MlirType inp) |
| Get 'params' parameter from a llzk::component::StructType Type. | |
| MlirAttribute llzkStruct_StructTypeGetNameRef | ( | MlirType | inp | ) |
Get 'nameRef' parameter from a llzk::component::StructType Type.
Definition at line 23 of file Types.capi.cpp.inc.
| MlirAttribute llzkStruct_StructTypeGetParams | ( | MlirType | inp | ) |
Get 'params' parameter from a llzk::component::StructType Type.
Definition at line 27 of file Types.capi.cpp.inc.
| bool llzkTypeIsA_Struct_StructType | ( | MlirType | inp | ) |
Returns true if the Type is a llzk::component::StructType.
Definition at line 19 of file Types.capi.cpp.inc.