Searched refs:mlirIntegerTypeGetWidth (Results 1 – 5 of 5) sorted by relevance
566 mlirIntegerTypeGetWidth(elementType) == 32) { in accessBuffer()577 mlirIntegerTypeGetWidth(elementType) == 64) { in accessBuffer()588 mlirIntegerTypeGetWidth(elementType) == 8) { in accessBuffer()599 mlirIntegerTypeGetWidth(elementType) == 16) { in accessBuffer()712 unsigned width = mlirIntegerTypeGetWidth(type); in dunderGetItem()
64 [](PyIntegerType &self) { return mlirIntegerTypeGetWidth(self); }, in bindDerived()
44 MLIR_CAPI_EXPORTED unsigned mlirIntegerTypeGetWidth(MlirType type);
41 unsigned mlirIntegerTypeGetWidth(MlirType type) { in mlirIntegerTypeGetWidth() function
645 if (mlirIntegerTypeGetWidth(i32) != mlirIntegerTypeGetWidth(si32)) in printBuiltinTypes()