Lines Matching defs:getLHSConstant
232 static PyAffineAddExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) {
261 static PyAffineMulExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) {
290 static PyAffineModExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) {
319 static PyAffineFloorDivExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) {
348 static PyAffineCeilDivExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) {
548 return PyAffineAddExpr::getLHSConstant(
549 other, PyAffineMulExpr::getLHSConstant(-1, self));
586 .def_static("get_add", &PyAffineAddExpr::getLHSConstant,
595 .def_static("get_mul", &PyAffineMulExpr::getLHSConstant,
604 .def_static("get_mod", &PyAffineModExpr::getLHSConstant,
613 .def_static("get_floor_div", &PyAffineFloorDivExpr::getLHSConstant,
622 .def_static("get_ceil_div", &PyAffineCeilDivExpr::getLHSConstant,