LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Types.capi.h.inc File Reference
#include "llzk-c/Builder.h"
#include <mlir-c/IR.h>
Include dependency graph for Types.capi.h.inc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MLIR_CAPI_EXPORTED bool llzkTypeIsA_String_StringType (MlirType)
 Returns true if the Type is a llzk::string::StringType.
MLIR_CAPI_EXPORTED MlirType llzkString_StringTypeGet (MlirContext ctx)
 Create a llzk::string::StringType Type with the given parameters.

Function Documentation

◆ llzkString_StringTypeGet()

MLIR_CAPI_EXPORTED 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.

◆ llzkTypeIsA_String_StringType()

MLIR_CAPI_EXPORTED 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.