Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp160 class PyAffineSymbolExpr : public PyConcreteAffineExpr<PyAffineSymbolExpr> { class
166 static PyAffineSymbolExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()
168 return PyAffineSymbolExpr(context->getRef(), affineExpr); in get()
172 c.def_static("get", &PyAffineSymbolExpr::get, py::arg("position"), in bindDerived()
174 c.def_property_readonly("position", [](PyAffineSymbolExpr &self) { in bindDerived()
628 "get_symbol", &PyAffineSymbolExpr::get, py::arg("position"), in populateIRAffine()
636 PyAffineSymbolExpr::bind(m); in populateIRAffine()