Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp430 class PyIntegerSetConstraint { class
432 PyIntegerSetConstraint(PyIntegerSet set, intptr_t pos) in PyIntegerSetConstraint() function in __anonf6590d6b0711::PyIntegerSetConstraint
443 py::class_<PyIntegerSetConstraint>(m, "IntegerSetConstraint", in bind()
445 .def_property_readonly("expr", &PyIntegerSetConstraint::getExpr) in bind()
446 .def_property_readonly("is_eq", &PyIntegerSetConstraint::isEq); in bind()
455 : public Sliceable<PyIntegerSetConstraintList, PyIntegerSetConstraint> {
468 friend class Sliceable<PyIntegerSetConstraintList, PyIntegerSetConstraint>;
472 PyIntegerSetConstraint getRawElement(intptr_t pos) { in getRawElement()
473 return PyIntegerSetConstraint(set, pos); in getRawElement()
954 PyIntegerSetConstraint::bind(m); in populateIRAffine()