Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp566 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()
H A DIRTypes.cpp64 [](PyIntegerType &self) { return mlirIntegerTypeGetWidth(self); }, in bindDerived()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h44 MLIR_CAPI_EXPORTED unsigned mlirIntegerTypeGetWidth(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp41 unsigned mlirIntegerTypeGetWidth(MlirType type) { in mlirIntegerTypeGetWidth() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c645 if (mlirIntegerTypeGetWidth(i32) != mlirIntegerTypeGetWidth(si32)) in printBuiltinTypes()