Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h125 MLIR_CAPI_EXPORTED int64_t mlirIntegerAttrGetValueInt(MlirAttribute attr);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp127 int64_t mlirIntegerAttrGetValueInt(MlirAttribute attr) { in mlirIntegerAttrGetValueInt() function
/external/llvm-project/mlir/test/CAPI/
Dir.c760 mlirIntegerAttrGetValueInt(integer) != 42) in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1534 return mlirIntegerAttrGetValueInt(self); in bindDerived()