Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2463 class PyTupleType : public PyConcreteType<PyTupleType> { class
2479 return PyTupleType(context->getRef(), t); in bindDerived()
2485 [](PyTupleType &self, intptr_t pos) -> PyType { in bindDerived()
2492 [](PyTupleType &self) -> intptr_t { in bindDerived()
3166 PyTupleType::bind(m); in populateIRSubmodule()