Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp196 class PyComplexType : public PyConcreteType<PyComplexType> { class
209 return PyComplexType(elementType.getContext(), t); in bindDerived()
220 [](PyComplexType &self) -> PyType { in bindDerived()
671 PyComplexType::bind(m); in populateIRTypes()