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

Go to the source code of this file.

Typedefs

typedef enum LlzkCastOverflowSemantics LlzkCastOverflowSemantics

Enumerations

enum  LlzkCastOverflowSemantics { LlzkCastOverflowSemantics_ASSERT = 0 , LlzkCastOverflowSemantics_SATURATE = 1 , LlzkCastOverflowSemantics_WRAP = 2 , LlzkCastOverflowSemantics_TRUNCATE = 3 }

Typedef Documentation

◆ LlzkCastOverflowSemantics

Definition at line 29 of file Enums.capi.h.inc.

Enumeration Type Documentation

◆ LlzkCastOverflowSemantics

Enumerator
LlzkCastOverflowSemantics_ASSERT 

llzk::cast::OverflowSemantics::ASSERT

LlzkCastOverflowSemantics_SATURATE 

llzk::cast::OverflowSemantics::SATURATE

LlzkCastOverflowSemantics_WRAP 

llzk::cast::OverflowSemantics::WRAP

LlzkCastOverflowSemantics_TRUNCATE 

llzk::cast::OverflowSemantics::TRUNCATE

Definition at line 18 of file Enums.capi.h.inc.