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

Public Member Functions

 XorFeltOpAdaptor (XorFeltOp op)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 XorFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 XorFeltOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = XorFeltOp, typename = std::enable_if_t<std::is_same_v<LateInst, XorFeltOp>>>
 XorFeltOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from llzk::felt::XorFeltOpGenericAdaptor<::mlir::ValueRange >
 XorFeltOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 XorFeltOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 XorFeltOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getLhs ()
 
ValueT getRhs ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from llzk::felt::detail::XorFeltOpGenericAdaptorBase
 XorFeltOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 XorFeltOpGenericAdaptorBase (XorFeltOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

- Protected Attributes inherited from llzk::felt::detail::XorFeltOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
::mlir::RegionRange odsRegions
 

Detailed Description

Definition at line 1994 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ XorFeltOpAdaptor()

llzk::felt::XorFeltOpAdaptor::XorFeltOpAdaptor ( XorFeltOp op)

Definition at line 3181 of file Ops.cpp.inc.

Member Function Documentation

◆ verify()

mlir::LogicalResult llzk::felt::XorFeltOpAdaptor::verify ( ::mlir::Location loc)

Definition at line 3183 of file Ops.cpp.inc.

◆ XorFeltOpGenericAdaptor() [1/3]

llzk::felt::XorFeltOpGenericAdaptor< RangeT >::XorFeltOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions = {} )
inline

Definition at line 1964 of file Ops.h.inc.

◆ XorFeltOpGenericAdaptor() [2/3]

llzk::felt::XorFeltOpGenericAdaptor< RangeT >::XorFeltOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr,
const ::mlir::EmptyProperties & properties = {},
::mlir::RegionRange regions = {} )
inline

Definition at line 1962 of file Ops.h.inc.

◆ XorFeltOpGenericAdaptor() [3/3]

template<typename LateInst = XorFeltOp, typename = std::enable_if_t<std::is_same_v<LateInst, XorFeltOp>>>
llzk::felt::XorFeltOpGenericAdaptor< RangeT >::XorFeltOpGenericAdaptor ( RangeT values,
LateInst op )
inline

Definition at line 1967 of file Ops.h.inc.


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