|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Go to the source code of this file.
Functions | |
| MlirOperation | llzkFelt_AddFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::AddFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_AddFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::AddFeltOp. | |
| MlirValue | llzkFelt_AddFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::AddFeltOp Operation. | |
| void | llzkFelt_AddFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::AddFeltOp Operation. | |
| MlirValue | llzkFelt_AddFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::AddFeltOp Operation. | |
| void | llzkFelt_AddFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::AddFeltOp Operation. | |
| MlirValue | llzkFelt_AddFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::AddFeltOp Operation. | |
| MlirOperation | llzkFelt_AndFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::AndFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_AndFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::AndFeltOp. | |
| MlirValue | llzkFelt_AndFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::AndFeltOp Operation. | |
| void | llzkFelt_AndFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::AndFeltOp Operation. | |
| MlirValue | llzkFelt_AndFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::AndFeltOp Operation. | |
| void | llzkFelt_AndFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::AndFeltOp Operation. | |
| MlirValue | llzkFelt_AndFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::AndFeltOp Operation. | |
| MlirOperation | llzkFelt_DivFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::DivFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_DivFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::DivFeltOp. | |
| MlirValue | llzkFelt_DivFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::DivFeltOp Operation. | |
| void | llzkFelt_DivFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::DivFeltOp Operation. | |
| MlirValue | llzkFelt_DivFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::DivFeltOp Operation. | |
| void | llzkFelt_DivFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::DivFeltOp Operation. | |
| MlirValue | llzkFelt_DivFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::DivFeltOp Operation. | |
| MlirOperation | llzkFelt_FeltConstantOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirAttribute value) |
| Build a llzk::felt::FeltConstantOp Operation. | |
| bool | llzkOperationIsA_Felt_FeltConstantOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::FeltConstantOp. | |
| MlirAttribute | llzkFelt_FeltConstantOpGetValue (MlirOperation op) |
| Get Value attribute from llzk::felt::FeltConstantOp Operation. | |
| void | llzkFelt_FeltConstantOpSetValue (MlirOperation op, MlirAttribute attr) |
| Set Value attribute of llzk::felt::FeltConstantOp Operation. | |
| MlirValue | llzkFelt_FeltConstantOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::FeltConstantOp Operation. | |
| MlirOperation | llzkFelt_InvFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue operand) |
| Build a llzk::felt::InvFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_InvFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::InvFeltOp. | |
| MlirValue | llzkFelt_InvFeltOpGetOperand (MlirOperation op) |
| Get Operand operand from llzk::felt::InvFeltOp Operation. | |
| void | llzkFelt_InvFeltOpSetOperand (MlirOperation op, MlirValue value) |
| Set Operand operand of llzk::felt::InvFeltOp Operation. | |
| MlirValue | llzkFelt_InvFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::InvFeltOp Operation. | |
| MlirOperation | llzkFelt_MulFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::MulFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_MulFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::MulFeltOp. | |
| MlirValue | llzkFelt_MulFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::MulFeltOp Operation. | |
| void | llzkFelt_MulFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::MulFeltOp Operation. | |
| MlirValue | llzkFelt_MulFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::MulFeltOp Operation. | |
| void | llzkFelt_MulFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::MulFeltOp Operation. | |
| MlirValue | llzkFelt_MulFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::MulFeltOp Operation. | |
| MlirOperation | llzkFelt_NegFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue operand) |
| Build a llzk::felt::NegFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_NegFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::NegFeltOp. | |
| MlirValue | llzkFelt_NegFeltOpGetOperand (MlirOperation op) |
| Get Operand operand from llzk::felt::NegFeltOp Operation. | |
| void | llzkFelt_NegFeltOpSetOperand (MlirOperation op, MlirValue value) |
| Set Operand operand of llzk::felt::NegFeltOp Operation. | |
| MlirValue | llzkFelt_NegFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::NegFeltOp Operation. | |
| MlirOperation | llzkFelt_NotFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue operand) |
| Build a llzk::felt::NotFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_NotFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::NotFeltOp. | |
| MlirValue | llzkFelt_NotFeltOpGetOperand (MlirOperation op) |
| Get Operand operand from llzk::felt::NotFeltOp Operation. | |
| void | llzkFelt_NotFeltOpSetOperand (MlirOperation op, MlirValue value) |
| Set Operand operand of llzk::felt::NotFeltOp Operation. | |
| MlirValue | llzkFelt_NotFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::NotFeltOp Operation. | |
| MlirOperation | llzkFelt_OrFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::OrFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_OrFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::OrFeltOp. | |
| MlirValue | llzkFelt_OrFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::OrFeltOp Operation. | |
| void | llzkFelt_OrFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::OrFeltOp Operation. | |
| MlirValue | llzkFelt_OrFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::OrFeltOp Operation. | |
| void | llzkFelt_OrFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::OrFeltOp Operation. | |
| MlirValue | llzkFelt_OrFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::OrFeltOp Operation. | |
| MlirOperation | llzkFelt_PowFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::PowFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_PowFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::PowFeltOp. | |
| MlirValue | llzkFelt_PowFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::PowFeltOp Operation. | |
| void | llzkFelt_PowFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::PowFeltOp Operation. | |
| MlirValue | llzkFelt_PowFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::PowFeltOp Operation. | |
| void | llzkFelt_PowFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::PowFeltOp Operation. | |
| MlirValue | llzkFelt_PowFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::PowFeltOp Operation. | |
| MlirOperation | llzkFelt_ShlFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::ShlFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_ShlFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::ShlFeltOp. | |
| MlirValue | llzkFelt_ShlFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::ShlFeltOp Operation. | |
| void | llzkFelt_ShlFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::ShlFeltOp Operation. | |
| MlirValue | llzkFelt_ShlFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::ShlFeltOp Operation. | |
| void | llzkFelt_ShlFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::ShlFeltOp Operation. | |
| MlirValue | llzkFelt_ShlFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::ShlFeltOp Operation. | |
| MlirOperation | llzkFelt_ShrFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::ShrFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_ShrFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::ShrFeltOp. | |
| MlirValue | llzkFelt_ShrFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::ShrFeltOp Operation. | |
| void | llzkFelt_ShrFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::ShrFeltOp Operation. | |
| MlirValue | llzkFelt_ShrFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::ShrFeltOp Operation. | |
| void | llzkFelt_ShrFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::ShrFeltOp Operation. | |
| MlirValue | llzkFelt_ShrFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::ShrFeltOp Operation. | |
| MlirOperation | llzkFelt_SignedIntDivFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::SignedIntDivFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_SignedIntDivFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::SignedIntDivFeltOp. | |
| MlirValue | llzkFelt_SignedIntDivFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::SignedIntDivFeltOp Operation. | |
| void | llzkFelt_SignedIntDivFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::SignedIntDivFeltOp Operation. | |
| MlirValue | llzkFelt_SignedIntDivFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::SignedIntDivFeltOp Operation. | |
| void | llzkFelt_SignedIntDivFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::SignedIntDivFeltOp Operation. | |
| MlirValue | llzkFelt_SignedIntDivFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::SignedIntDivFeltOp Operation. | |
| MlirOperation | llzkFelt_SignedModFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::SignedModFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_SignedModFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::SignedModFeltOp. | |
| MlirValue | llzkFelt_SignedModFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::SignedModFeltOp Operation. | |
| void | llzkFelt_SignedModFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::SignedModFeltOp Operation. | |
| MlirValue | llzkFelt_SignedModFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::SignedModFeltOp Operation. | |
| void | llzkFelt_SignedModFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::SignedModFeltOp Operation. | |
| MlirValue | llzkFelt_SignedModFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::SignedModFeltOp Operation. | |
| MlirOperation | llzkFelt_SubFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::SubFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_SubFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::SubFeltOp. | |
| MlirValue | llzkFelt_SubFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::SubFeltOp Operation. | |
| void | llzkFelt_SubFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::SubFeltOp Operation. | |
| MlirValue | llzkFelt_SubFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::SubFeltOp Operation. | |
| void | llzkFelt_SubFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::SubFeltOp Operation. | |
| MlirValue | llzkFelt_SubFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::SubFeltOp Operation. | |
| MlirOperation | llzkFelt_UnsignedIntDivFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::UnsignedIntDivFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_UnsignedIntDivFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::UnsignedIntDivFeltOp. | |
| MlirValue | llzkFelt_UnsignedIntDivFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::UnsignedIntDivFeltOp Operation. | |
| void | llzkFelt_UnsignedIntDivFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::UnsignedIntDivFeltOp Operation. | |
| MlirValue | llzkFelt_UnsignedIntDivFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::UnsignedIntDivFeltOp Operation. | |
| void | llzkFelt_UnsignedIntDivFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::UnsignedIntDivFeltOp Operation. | |
| MlirValue | llzkFelt_UnsignedIntDivFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::UnsignedIntDivFeltOp Operation. | |
| MlirOperation | llzkFelt_UnsignedModFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::UnsignedModFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_UnsignedModFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::UnsignedModFeltOp. | |
| MlirValue | llzkFelt_UnsignedModFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::UnsignedModFeltOp Operation. | |
| void | llzkFelt_UnsignedModFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::UnsignedModFeltOp Operation. | |
| MlirValue | llzkFelt_UnsignedModFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::UnsignedModFeltOp Operation. | |
| void | llzkFelt_UnsignedModFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::UnsignedModFeltOp Operation. | |
| MlirValue | llzkFelt_UnsignedModFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::UnsignedModFeltOp Operation. | |
| MlirOperation | llzkFelt_XorFeltOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue lhs, MlirValue rhs) |
| Build a llzk::felt::XorFeltOp Operation. | |
| bool | llzkOperationIsA_Felt_XorFeltOp (MlirOperation inp) |
| Returns true if the Operation is a llzk::felt::XorFeltOp. | |
| MlirValue | llzkFelt_XorFeltOpGetLhs (MlirOperation op) |
| Get Lhs operand from llzk::felt::XorFeltOp Operation. | |
| void | llzkFelt_XorFeltOpSetLhs (MlirOperation op, MlirValue value) |
| Set Lhs operand of llzk::felt::XorFeltOp Operation. | |
| MlirValue | llzkFelt_XorFeltOpGetRhs (MlirOperation op) |
| Get Rhs operand from llzk::felt::XorFeltOp Operation. | |
| void | llzkFelt_XorFeltOpSetRhs (MlirOperation op, MlirValue value) |
| Set Rhs operand of llzk::felt::XorFeltOp Operation. | |
| MlirValue | llzkFelt_XorFeltOpGetResult (MlirOperation op) |
| Get Result result from llzk::felt::XorFeltOp Operation. | |
| MlirOperation llzkFelt_AddFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::AddFeltOp Operation.
Definition at line 11 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_AddFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::AddFeltOp Operation.
Definition at line 24 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_AddFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::AddFeltOp Operation.
Definition at line 40 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_AddFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::AddFeltOp Operation.
Definition at line 32 of file Ops.capi.cpp.inc.
| void llzkFelt_AddFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::AddFeltOp Operation.
Definition at line 28 of file Ops.capi.cpp.inc.
| void llzkFelt_AddFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::AddFeltOp Operation.
Definition at line 36 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_AndFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::AndFeltOp Operation.
Definition at line 44 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_AndFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::AndFeltOp Operation.
Definition at line 57 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_AndFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::AndFeltOp Operation.
Definition at line 73 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_AndFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::AndFeltOp Operation.
Definition at line 65 of file Ops.capi.cpp.inc.
| void llzkFelt_AndFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::AndFeltOp Operation.
Definition at line 61 of file Ops.capi.cpp.inc.
| void llzkFelt_AndFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::AndFeltOp Operation.
Definition at line 69 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_DivFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::DivFeltOp Operation.
Definition at line 77 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_DivFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::DivFeltOp Operation.
Definition at line 90 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_DivFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::DivFeltOp Operation.
Definition at line 106 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_DivFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::DivFeltOp Operation.
Definition at line 98 of file Ops.capi.cpp.inc.
| void llzkFelt_DivFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::DivFeltOp Operation.
Definition at line 94 of file Ops.capi.cpp.inc.
| void llzkFelt_DivFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::DivFeltOp Operation.
Definition at line 102 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_FeltConstantOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirAttribute | value ) |
Build a llzk::felt::FeltConstantOp Operation.
Definition at line 110 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_FeltConstantOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::FeltConstantOp Operation.
Definition at line 135 of file Ops.capi.cpp.inc.
| MlirAttribute llzkFelt_FeltConstantOpGetValue | ( | MlirOperation | op | ) |
Get Value attribute from llzk::felt::FeltConstantOp Operation.
Definition at line 127 of file Ops.capi.cpp.inc.
| void llzkFelt_FeltConstantOpSetValue | ( | MlirOperation | op, |
| MlirAttribute | attr ) |
Set Value attribute of llzk::felt::FeltConstantOp Operation.
Definition at line 131 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_InvFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | operand ) |
Build a llzk::felt::InvFeltOp Operation.
Definition at line 139 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_InvFeltOpGetOperand | ( | MlirOperation | op | ) |
Get Operand operand from llzk::felt::InvFeltOp Operation.
Definition at line 151 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_InvFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::InvFeltOp Operation.
Definition at line 159 of file Ops.capi.cpp.inc.
| void llzkFelt_InvFeltOpSetOperand | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Operand operand of llzk::felt::InvFeltOp Operation.
Definition at line 155 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_MulFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::MulFeltOp Operation.
Definition at line 163 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_MulFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::MulFeltOp Operation.
Definition at line 176 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_MulFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::MulFeltOp Operation.
Definition at line 192 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_MulFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::MulFeltOp Operation.
Definition at line 184 of file Ops.capi.cpp.inc.
| void llzkFelt_MulFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::MulFeltOp Operation.
Definition at line 180 of file Ops.capi.cpp.inc.
| void llzkFelt_MulFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::MulFeltOp Operation.
Definition at line 188 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_NegFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | operand ) |
Build a llzk::felt::NegFeltOp Operation.
Definition at line 196 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_NegFeltOpGetOperand | ( | MlirOperation | op | ) |
Get Operand operand from llzk::felt::NegFeltOp Operation.
Definition at line 208 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_NegFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::NegFeltOp Operation.
Definition at line 216 of file Ops.capi.cpp.inc.
| void llzkFelt_NegFeltOpSetOperand | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Operand operand of llzk::felt::NegFeltOp Operation.
Definition at line 212 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_NotFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | operand ) |
Build a llzk::felt::NotFeltOp Operation.
Definition at line 220 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_NotFeltOpGetOperand | ( | MlirOperation | op | ) |
Get Operand operand from llzk::felt::NotFeltOp Operation.
Definition at line 232 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_NotFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::NotFeltOp Operation.
Definition at line 240 of file Ops.capi.cpp.inc.
| void llzkFelt_NotFeltOpSetOperand | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Operand operand of llzk::felt::NotFeltOp Operation.
Definition at line 236 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_OrFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::OrFeltOp Operation.
Definition at line 244 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_OrFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::OrFeltOp Operation.
Definition at line 257 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_OrFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::OrFeltOp Operation.
Definition at line 273 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_OrFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::OrFeltOp Operation.
Definition at line 265 of file Ops.capi.cpp.inc.
| void llzkFelt_OrFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::OrFeltOp Operation.
Definition at line 261 of file Ops.capi.cpp.inc.
| void llzkFelt_OrFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::OrFeltOp Operation.
Definition at line 269 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_PowFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::PowFeltOp Operation.
Definition at line 277 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_PowFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::PowFeltOp Operation.
Definition at line 290 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_PowFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::PowFeltOp Operation.
Definition at line 306 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_PowFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::PowFeltOp Operation.
Definition at line 298 of file Ops.capi.cpp.inc.
| void llzkFelt_PowFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::PowFeltOp Operation.
Definition at line 294 of file Ops.capi.cpp.inc.
| void llzkFelt_PowFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::PowFeltOp Operation.
Definition at line 302 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_ShlFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::ShlFeltOp Operation.
Definition at line 310 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_ShlFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::ShlFeltOp Operation.
Definition at line 323 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_ShlFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::ShlFeltOp Operation.
Definition at line 339 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_ShlFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::ShlFeltOp Operation.
Definition at line 331 of file Ops.capi.cpp.inc.
| void llzkFelt_ShlFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::ShlFeltOp Operation.
Definition at line 327 of file Ops.capi.cpp.inc.
| void llzkFelt_ShlFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::ShlFeltOp Operation.
Definition at line 335 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_ShrFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::ShrFeltOp Operation.
Definition at line 343 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_ShrFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::ShrFeltOp Operation.
Definition at line 356 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_ShrFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::ShrFeltOp Operation.
Definition at line 372 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_ShrFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::ShrFeltOp Operation.
Definition at line 364 of file Ops.capi.cpp.inc.
| void llzkFelt_ShrFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::ShrFeltOp Operation.
Definition at line 360 of file Ops.capi.cpp.inc.
| void llzkFelt_ShrFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::ShrFeltOp Operation.
Definition at line 368 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_SignedIntDivFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::SignedIntDivFeltOp Operation.
Definition at line 376 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_SignedIntDivFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::SignedIntDivFeltOp Operation.
Definition at line 389 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_SignedIntDivFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::SignedIntDivFeltOp Operation.
Definition at line 405 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_SignedIntDivFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::SignedIntDivFeltOp Operation.
Definition at line 397 of file Ops.capi.cpp.inc.
| void llzkFelt_SignedIntDivFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::SignedIntDivFeltOp Operation.
Definition at line 393 of file Ops.capi.cpp.inc.
| void llzkFelt_SignedIntDivFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::SignedIntDivFeltOp Operation.
Definition at line 401 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_SignedModFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::SignedModFeltOp Operation.
Definition at line 409 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_SignedModFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::SignedModFeltOp Operation.
Definition at line 422 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_SignedModFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::SignedModFeltOp Operation.
Definition at line 438 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_SignedModFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::SignedModFeltOp Operation.
Definition at line 430 of file Ops.capi.cpp.inc.
| void llzkFelt_SignedModFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::SignedModFeltOp Operation.
Definition at line 426 of file Ops.capi.cpp.inc.
| void llzkFelt_SignedModFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::SignedModFeltOp Operation.
Definition at line 434 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_SubFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::SubFeltOp Operation.
Definition at line 442 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_SubFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::SubFeltOp Operation.
Definition at line 455 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_SubFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::SubFeltOp Operation.
Definition at line 471 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_SubFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::SubFeltOp Operation.
Definition at line 463 of file Ops.capi.cpp.inc.
| void llzkFelt_SubFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::SubFeltOp Operation.
Definition at line 459 of file Ops.capi.cpp.inc.
| void llzkFelt_SubFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::SubFeltOp Operation.
Definition at line 467 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_UnsignedIntDivFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::UnsignedIntDivFeltOp Operation.
Definition at line 475 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_UnsignedIntDivFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::UnsignedIntDivFeltOp Operation.
Definition at line 488 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_UnsignedIntDivFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::UnsignedIntDivFeltOp Operation.
Definition at line 504 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_UnsignedIntDivFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::UnsignedIntDivFeltOp Operation.
Definition at line 496 of file Ops.capi.cpp.inc.
| void llzkFelt_UnsignedIntDivFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::UnsignedIntDivFeltOp Operation.
Definition at line 492 of file Ops.capi.cpp.inc.
| void llzkFelt_UnsignedIntDivFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::UnsignedIntDivFeltOp Operation.
Definition at line 500 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_UnsignedModFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::UnsignedModFeltOp Operation.
Definition at line 508 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_UnsignedModFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::UnsignedModFeltOp Operation.
Definition at line 521 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_UnsignedModFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::UnsignedModFeltOp Operation.
Definition at line 537 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_UnsignedModFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::UnsignedModFeltOp Operation.
Definition at line 529 of file Ops.capi.cpp.inc.
| void llzkFelt_UnsignedModFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::UnsignedModFeltOp Operation.
Definition at line 525 of file Ops.capi.cpp.inc.
| void llzkFelt_UnsignedModFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::UnsignedModFeltOp Operation.
Definition at line 533 of file Ops.capi.cpp.inc.
| MlirOperation llzkFelt_XorFeltOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | lhs, | ||
| MlirValue | rhs ) |
Build a llzk::felt::XorFeltOp Operation.
Definition at line 541 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_XorFeltOpGetLhs | ( | MlirOperation | op | ) |
Get Lhs operand from llzk::felt::XorFeltOp Operation.
Definition at line 554 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_XorFeltOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::felt::XorFeltOp Operation.
Definition at line 570 of file Ops.capi.cpp.inc.
| MlirValue llzkFelt_XorFeltOpGetRhs | ( | MlirOperation | op | ) |
Get Rhs operand from llzk::felt::XorFeltOp Operation.
Definition at line 562 of file Ops.capi.cpp.inc.
| void llzkFelt_XorFeltOpSetLhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Lhs operand of llzk::felt::XorFeltOp Operation.
Definition at line 558 of file Ops.capi.cpp.inc.
| void llzkFelt_XorFeltOpSetRhs | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rhs operand of llzk::felt::XorFeltOp Operation.
Definition at line 566 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_AddFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::AddFeltOp.
Definition at line 20 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_AndFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::AndFeltOp.
Definition at line 53 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_DivFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::DivFeltOp.
Definition at line 86 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_FeltConstantOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::FeltConstantOp.
Definition at line 123 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_InvFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::InvFeltOp.
Definition at line 147 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_MulFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::MulFeltOp.
Definition at line 172 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_NegFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::NegFeltOp.
Definition at line 204 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_NotFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::NotFeltOp.
Definition at line 228 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_OrFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::OrFeltOp.
Definition at line 253 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_PowFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::PowFeltOp.
Definition at line 286 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_ShlFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::ShlFeltOp.
Definition at line 319 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_ShrFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::ShrFeltOp.
Definition at line 352 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_SignedIntDivFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::SignedIntDivFeltOp.
Definition at line 385 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_SignedModFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::SignedModFeltOp.
Definition at line 418 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_SubFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::SubFeltOp.
Definition at line 451 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_UnsignedIntDivFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::UnsignedIntDivFeltOp.
Definition at line 484 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_UnsignedModFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::UnsignedModFeltOp.
Definition at line 517 of file Ops.capi.cpp.inc.
| bool llzkOperationIsA_Felt_XorFeltOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::felt::XorFeltOp.
Definition at line 550 of file Ops.capi.cpp.inc.