Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp534 class PyTupleType : public PyConcreteType<PyTupleType> { class
550 return PyTupleType(context->getRef(), t); in bindDerived()
556 [](PyTupleType &self, intptr_t pos) -> PyType { in bindDerived()
563 [](PyTupleType &self) -> intptr_t { in bindDerived()
678 PyTupleType::bind(m); in populateIRTypes()