Searched refs:PyAffineModExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRAffine.cpp | 260 class PyAffineModExpr class 269 return PyAffineModExpr(lhs.getContext(), expr); in get() 275 return PyAffineModExpr(lhs.getContext(), expr); in getRHSConstant() 281 return PyAffineModExpr(rhs.getContext(), expr); in getLHSConstant() 285 c.def_static("get", &PyAffineModExpr::get); in bindDerived() 517 .def("__mod__", &PyAffineModExpr::get) in populateIRAffine() 518 .def("__mod__", &PyAffineModExpr::getRHSConstant) in populateIRAffine() 521 return PyAffineModExpr::get( in populateIRAffine() 593 .def_static("get_mod", &PyAffineModExpr::get, in populateIRAffine() 596 .def_static("get_mod", &PyAffineModExpr::getLHSConstant, in populateIRAffine() [all …]
|