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

Current insertion point of an mlir::OpBuilder instance represented as a block and an operation within that block. More...

#include <Builder.h>

Public Attributes

MlirBlock block
 The block that the builder is inserting into.
MlirOperation point
 The operation that the builder is inserting before.

Detailed Description

Current insertion point of an mlir::OpBuilder instance represented as a block and an operation within that block.

Definition at line 41 of file Builder.h.

Member Data Documentation

◆ block

MlirBlock MlirOpBuilderInsertPoint::block

The block that the builder is inserting into.

Definition at line 43 of file Builder.h.

◆ point

MlirOperation MlirOpBuilderInsertPoint::point

The operation that the builder is inserting before.

Definition at line 45 of file Builder.h.


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