|
MLIR 22.0.0git
|
Static Public Member Functions | |
| static PyAffineConstantExpr | get (intptr_t value, DefaultingPyMlirContext context) |
| static void | bindDerived (ClassTy &c) |
| Static Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAffineExpr< PyAffineConstantExpr > | |
| static MlirAffineExpr | castFrom (PyAffineExpr &orig) |
| static void | bind (nb::module_ &m) |
| static void | bindDerived (ClassTy &m) |
| Implemented by derived classes to add methods to the Python subclass. | |
| Static Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyAffineExpr | |
| static PyAffineExpr | createFromCapsule (const nanobind::object &capsule) |
| Creates a PyAffineExpr from the MlirAffineExpr wrapped by a capsule. | |
Static Public Attributes | |
| static constexpr IsAFunctionTy | isaFunction = mlirAffineExprIsAConstant |
| static constexpr const char * | pyClassName = "AffineConstantExpr" |
Additional Inherited Members | |
| Public Types inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAffineExpr< PyAffineConstantExpr > | |
| using | ClassTy |
| using | IsAFunctionTy |
Definition at line 128 of file IRAffine.cpp.
|
inlinestatic |
Definition at line 141 of file IRAffine.cpp.
References get(), and mlirAffineConstantExprGetValue().
|
inlinestatic |
Definition at line 134 of file IRAffine.cpp.
References mlir::python::Defaulting< DerivedTy, T >::get(), and mlirAffineConstantExprGet().
Referenced by bindDerived(), and mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRAffine().
|
default |
|
inline |
Definition at line 103 of file IRAffine.cpp.
|
inline |
Definition at line 101 of file IRAffine.cpp.
|
staticconstexpr |
Definition at line 130 of file IRAffine.cpp.
|
staticconstexpr |
Definition at line 131 of file IRAffine.cpp.