Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp572 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()
H A DIRTypes.cpp81 return mlirIntegerTypeIsUnsigned(self); in bindDerived()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h53 MLIR_CAPI_EXPORTED bool mlirIntegerTypeIsUnsigned(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp53 bool mlirIntegerTypeIsUnsigned(MlirType type) { in mlirIntegerTypeIsUnsigned() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c641 if (!mlirTypeIsAInteger(ui32) || !mlirIntegerTypeIsUnsigned(ui32)) in printBuiltinTypes()