LLZK 0.1.0
Veridise's ZK Language IR
|
#include "llzk/Dialect/String/IR/Dialect.h"
#include "llzk/Dialect/String/IR/Types.h"
#include "llzk-c/Dialect/String.h"
#include <mlir/CAPI/Registration.h>
#include <mlir/CAPI/Wrap.h>
Go to the source code of this file.
Functions | |
MlirType | llzkStringTypeGet (MlirContext ctx) |
Creates a llzk::string::StringType. | |
bool | llzkTypeIsAStringType (MlirType type) |
MlirType llzkStringTypeGet | ( | MlirContext | ctx | ) |
Creates a llzk::string::StringType.
Definition at line 23 of file String.cpp.
bool llzkTypeIsAStringType | ( | MlirType | type | ) |
Definition at line 25 of file String.cpp.