Lines Matching refs:getLHSConstant
220 static PyAffineAddExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant() function in __anonf6590d6b0111::PyAffineAddExpr
249 static PyAffineMulExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant() function in __anonf6590d6b0111::PyAffineMulExpr
278 static PyAffineModExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant() function in __anonf6590d6b0111::PyAffineModExpr
307 static PyAffineFloorDivExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant() function in __anonf6590d6b0111::PyAffineFloorDivExpr
336 static PyAffineCeilDivExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant() function in __anonf6590d6b0111::PyAffineCeilDivExpr
540 return PyAffineAddExpr::getLHSConstant( in populateIRAffine()
541 other, PyAffineMulExpr::getLHSConstant(-1, self)); in populateIRAffine()
578 .def_static("get_add", &PyAffineAddExpr::getLHSConstant, in populateIRAffine()
587 .def_static("get_mul", &PyAffineMulExpr::getLHSConstant, in populateIRAffine()
596 .def_static("get_mod", &PyAffineModExpr::getLHSConstant, in populateIRAffine()
605 .def_static("get_floor_div", &PyAffineFloorDivExpr::getLHSConstant, in populateIRAffine()
614 .def_static("get_ceil_div", &PyAffineCeilDivExpr::getLHSConstant, in populateIRAffine()