LLZK
3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Toggle main menu visibility
Loading...
Searching...
No Matches
Enums.capi.h.inc
Go to the documentation of this file.
1
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2
|* *|
3
|* Enum C API Declarations *|
4
|* *|
5
|* Automatically generated file, do not edit! *|
6
|* From: Enums.td *|
7
|* *|
8
\*===----------------------------------------------------------------------===*/
9
10
11
#include "
llzk-c/Builder.h
"
12
#include <mlir-c/IR.h>
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
18
enum
LlzkCastOverflowSemantics
{
20
LlzkCastOverflowSemantics_ASSERT
= 0,
22
LlzkCastOverflowSemantics_SATURATE
= 1,
24
LlzkCastOverflowSemantics_WRAP
= 2,
26
LlzkCastOverflowSemantics_TRUNCATE
= 3
27
};
28
// type name based on prefix + dialect + enum class name
29
typedef
enum
LlzkCastOverflowSemantics
LlzkCastOverflowSemantics
;
30
// type name based on cpp namespace + enum class name
31
typedef
enum
LlzkCastOverflowSemantics
LlzkCastOverflowSemantics
;
32
33
#ifdef __cplusplus
34
}
35
#endif
LlzkCastOverflowSemantics
LlzkCastOverflowSemantics
Definition
Enums.capi.h.inc:18
LlzkCastOverflowSemantics_SATURATE
@ LlzkCastOverflowSemantics_SATURATE
llzk::cast::OverflowSemantics::SATURATE
Definition
Enums.capi.h.inc:22
LlzkCastOverflowSemantics_ASSERT
@ LlzkCastOverflowSemantics_ASSERT
llzk::cast::OverflowSemantics::ASSERT
Definition
Enums.capi.h.inc:20
LlzkCastOverflowSemantics_WRAP
@ LlzkCastOverflowSemantics_WRAP
llzk::cast::OverflowSemantics::WRAP
Definition
Enums.capi.h.inc:24
LlzkCastOverflowSemantics_TRUNCATE
@ LlzkCastOverflowSemantics_TRUNCATE
llzk::cast::OverflowSemantics::TRUNCATE
Definition
Enums.capi.h.inc:26
Builder.h
build
include
llzk
Dialect
Cast
IR
Enums.capi.h.inc
Generated by
1.17.0
Copyright 2025 Veridise Inc. under the Apache License v2.0. Copyright 2026 Project LLZK under the Apache License v2.0.