Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinAttributes.h133 MLIR_CAPI_EXPORTED int64_t mlirIntegerAttrGetValueSInt(MlirAttribute attr);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp132 int64_t mlirIntegerAttrGetValueSInt(MlirAttribute attr) { in mlirIntegerAttrGetValueSInt() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp266 return mlirIntegerAttrGetValueSInt(self); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c858 mlirIntegerAttrGetValueSInt(signedInteger) != -1 || in printBuiltinAttributes()