Searched refs:PyAffineMulExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRAffine.cpp | 231 class PyAffineMulExpr class 240 return PyAffineMulExpr(lhs.getContext(), expr); in get() 246 return PyAffineMulExpr(lhs.getContext(), expr); in getRHSConstant() 252 return PyAffineMulExpr(rhs.getContext(), expr); in getLHSConstant() 256 c.def_static("get", &PyAffineMulExpr::get); in bindDerived() 514 .def("__mul__", &PyAffineMulExpr::get) in populateIRAffine() 515 .def("__mul__", &PyAffineMulExpr::getRHSConstant) in populateIRAffine() 516 .def("__rmul__", &PyAffineMulExpr::getRHSConstant) in populateIRAffine() 585 "get_mul", &PyAffineMulExpr::get, in populateIRAffine() 587 .def_static("get_mul", &PyAffineMulExpr::getLHSConstant, in populateIRAffine() [all …]
|