Searched refs:PyIntegerType (Results 1 – 1 of 1) sorted by relevance
31 class PyIntegerType : public PyConcreteType<PyIntegerType> { class42 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()