LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
MlirValueRange Struct Reference

Representation of an mlir::ValueRange More...

#include <Support.h>

Public Attributes

MlirValue const * values
 Pointer to the first value in the range.
intptr_t size
 Number of values in the range.

Detailed Description

Representation of an mlir::ValueRange

Definition at line 47 of file Support.h.

Member Data Documentation

◆ size

intptr_t MlirValueRange::size

Number of values in the range.

Definition at line 51 of file Support.h.

◆ values

MlirValue const* MlirValueRange::values

Pointer to the first value in the range.

Definition at line 49 of file Support.h.


The documentation for this struct was generated from the following file: