Searched refs:mlirIntegerTypeIsUnsigned (Results 1 – 5 of 5) sorted by relevance
572 if (mlirIntegerTypeIsUnsigned(elementType)) { in accessBuffer()583 if (mlirIntegerTypeIsUnsigned(elementType)) { in accessBuffer()594 if (mlirIntegerTypeIsUnsigned(elementType)) { in accessBuffer()605 if (mlirIntegerTypeIsUnsigned(elementType)) { in accessBuffer()713 bool isUnsigned = mlirIntegerTypeIsUnsigned(type); in dunderGetItem()
81 return mlirIntegerTypeIsUnsigned(self); in bindDerived()
53 MLIR_CAPI_EXPORTED bool mlirIntegerTypeIsUnsigned(MlirType type);
53 bool mlirIntegerTypeIsUnsigned(MlirType type) { in mlirIntegerTypeIsUnsigned() function
641 if (!mlirTypeIsAInteger(ui32) || !mlirIntegerTypeIsUnsigned(ui32)) in printBuiltinTypes()