Searched refs:getLHSConstant (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRAffine.cpp | 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 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() [all …]
|