|
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_String_StringType (MlirType inp) |
| Returns true if the Type is a llzk::string::StringType. | |
| MlirType | llzkString_StringTypeGet (MlirContext ctx) |
| Create a llzk::string::StringType Type with the given parameters. | |
| MlirType llzkString_StringTypeGet | ( | MlirContext | ctx | ) |
Create a llzk::string::StringType Type with the given parameters.
Definition at line 23 of file Types.capi.cpp.inc.
| bool llzkTypeIsA_String_StringType | ( | MlirType | inp | ) |
Returns true if the Type is a llzk::string::StringType.
Definition at line 19 of file Types.capi.cpp.inc.