Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h50 MLIR_CAPI_EXPORTED bool mlirIntegerTypeIsSigned(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp48 bool mlirIntegerTypeIsSigned(MlirType type) { in mlirIntegerTypeIsSigned() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1731 mlirIntegerTypeIsSigned(elementType)) { in accessBuffer()
1741 mlirIntegerTypeIsSigned(elementType)) { in accessBuffer()
2057 return mlirIntegerTypeIsSigned(self); in bindDerived()
/external/llvm-project/mlir/test/CAPI/
Dir.c564 if (!mlirTypeIsAInteger(si32) || !mlirIntegerTypeIsSigned(si32)) in printBuiltinTypes()