Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp450 PyIntegerSet set;
481 PyIntegerSet set;
485 bool PyIntegerSet::operator==(const PyIntegerSet &other) { in operator ==()
489 py::object PyIntegerSet::getCapsule() { in getCapsule()
494 PyIntegerSet PyIntegerSet::createFromCapsule(py::object capsule) { in createFromCapsule()
498 return PyIntegerSet( in createFromCapsule()
836 .def("__eq__", [](PyIntegerSet &self, in populateIRAffine()
840 [](PyIntegerSet &self) { in populateIRAffine()
847 [](PyIntegerSet &self) { in populateIRAffine()
856 [](PyIntegerSet &self) { in populateIRAffine()
[all …]
H A DIRModule.h988 class PyIntegerSet : public BaseContextObject {
990 PyIntegerSet(PyMlirContextRef contextRef, MlirIntegerSet integerSet) in PyIntegerSet() function
992 bool operator==(const PyIntegerSet &other);
1002 static PyIntegerSet createFromCapsule(pybind11::object capsule);