Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp263 if (mlirTypeIsAIndex(type) || mlirIntegerTypeIsSignless(type)) in bindDerived()
567 if (mlirIntegerTypeIsSignless(elementType) || in accessBuffer()
578 if (mlirIntegerTypeIsSignless(elementType) || in accessBuffer()
589 if (mlirIntegerTypeIsSignless(elementType) || in accessBuffer()
600 if (mlirIntegerTypeIsSignless(elementType) || in accessBuffer()
H A DIRTypes.cpp69 return mlirIntegerTypeIsSignless(self); in bindDerived()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h47 MLIR_CAPI_EXPORTED bool mlirIntegerTypeIsSignless(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp45 bool mlirIntegerTypeIsSignless(MlirType type) { in mlirIntegerTypeIsSignless() function