LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::felt::FeltBinaryOpInterface Class Reference
Inheritance diagram for llzk::felt::FeltBinaryOpInterface:
[legend]
Collaboration diagram for llzk::felt::FeltBinaryOpInterface:
[legend]

Classes

struct  Trait

Public Member Functions

::mlir::Value getLhs ()
 Gets the left operand.
::mlir::Value getRhs ()
 Gets the right operand.

Detailed Description

Definition at line 47 of file OpInterfaces.h.inc.

Member Function Documentation

◆ getLhs()

mlir::Value llzk::felt::FeltBinaryOpInterface::getLhs ( )

Gets the left operand.

Definition at line 10 of file OpInterfaces.cpp.inc.

◆ getRhs()

mlir::Value llzk::felt::FeltBinaryOpInterface::getRhs ( )

Gets the right operand.

Definition at line 14 of file OpInterfaces.cpp.inc.


The documentation for this class was generated from the following files: