Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp31 class PyIntegerType : public PyConcreteType<PyIntegerType> { class
42 return PyIntegerType(context->getRef(), t); in bindDerived()
50 return PyIntegerType(context->getRef(), t); in bindDerived()
58 return PyIntegerType(context->getRef(), t); in bindDerived()
64 [](PyIntegerType &self) { return mlirIntegerTypeGetWidth(self); }, in bindDerived()
68 [](PyIntegerType &self) -> bool { in bindDerived()
74 [](PyIntegerType &self) -> bool { in bindDerived()
80 [](PyIntegerType &self) -> bool { in bindDerived()
664 PyIntegerType::bind(m); in populateIRTypes()