Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinAttributes.h129 MLIR_CAPI_EXPORTED int64_t mlirIntegerAttrGetValueInt(MlirAttribute attr);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp128 int64_t mlirIntegerAttrGetValueInt(MlirAttribute attr) { in mlirIntegerAttrGetValueInt() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp264 return mlirIntegerAttrGetValueInt(self); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c857 mlirIntegerAttrGetValueInt(integer) != 42 || in printBuiltinAttributes()