Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinAttributes.h137 MLIR_CAPI_EXPORTED uint64_t mlirIntegerAttrGetValueUInt(MlirAttribute attr);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp136 uint64_t mlirIntegerAttrGetValueUInt(MlirAttribute attr) { in mlirIntegerAttrGetValueUInt() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp267 return mlirIntegerAttrGetValueUInt(self); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c859 mlirIntegerAttrGetValueUInt(unsignedInteger) != 255) in printBuiltinAttributes()