Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp454 class PyIntegerSetConstraintList class
455 : public Sliceable<PyIntegerSetConstraintList, PyIntegerSetConstraint> {
459 PyIntegerSetConstraintList(const PyIntegerSet &set, intptr_t startIndex = 0, in PyIntegerSetConstraintList() function in __anonf6590d6b0711::PyIntegerSetConstraintList
468 friend class Sliceable<PyIntegerSetConstraintList, PyIntegerSetConstraint>;
476 PyIntegerSetConstraintList slice(intptr_t startIndex, intptr_t length, in slice()
478 return PyIntegerSetConstraintList(set, startIndex, length, step); in slice()
952 return PyIntegerSetConstraintList(self); in populateIRAffine()
955 PyIntegerSetConstraintList::bind(m); in populateIRAffine()