Lines Matching refs:getRHSConstant

214   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
272 static PyAffineModExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant() function in __anonf6590d6b0111::PyAffineModExpr
301 static PyAffineFloorDivExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant() function in __anonf6590d6b0111::PyAffineFloorDivExpr
330 static PyAffineCeilDivExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant() function in __anonf6590d6b0111::PyAffineCeilDivExpr
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()
608 .def_static("get_floor_div", &PyAffineFloorDivExpr::getRHSConstant, in populateIRAffine()
617 .def_static("get_ceil_div", &PyAffineCeilDivExpr::getRHSConstant, in populateIRAffine()