Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h116 MLIR_CAPI_EXPORTED bool mlirAttributeIsAInteger(MlirAttribute attr);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp119 bool mlirAttributeIsAInteger(MlirAttribute attr) { in mlirAttributeIsAInteger() function
/external/llvm-project/mlir/test/CAPI/
Dir.c759 if (!mlirAttributeIsAInteger(integer) || in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1518 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAInteger;
1687 if (!mlirAttributeIsAInteger(elementAttr) && in getSplat()