Home
last modified time | relevance | path

Searched refs:getRHSConstant (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp214 static PyAffineAddExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant() function in __anonf6590d6b0111::PyAffineAddExpr
243 static PyAffineMulExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant() function in __anonf6590d6b0111::PyAffineMulExpr
512 .def("__add__", &PyAffineAddExpr::getRHSConstant) in populateIRAffine()
513 .def("__radd__", &PyAffineAddExpr::getRHSConstant) in populateIRAffine()
515 .def("__mul__", &PyAffineMulExpr::getRHSConstant) in populateIRAffine()
516 .def("__rmul__", &PyAffineMulExpr::getRHSConstant) in populateIRAffine()
518 .def("__mod__", &PyAffineModExpr::getRHSConstant) in populateIRAffine()
581 .def_static("get_add", &PyAffineAddExpr::getRHSConstant, in populateIRAffine()
590 .def_static("get_mul", &PyAffineMulExpr::getRHSConstant, in populateIRAffine()
599 .def_static("get_mod", &PyAffineModExpr::getRHSConstant, in populateIRAffine()
[all …]