Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h120 MLIR_CAPI_EXPORTED MlirAttribute mlirIntegerAttrGet(MlirType type,
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp123 MlirAttribute mlirIntegerAttrGet(MlirType type, int64_t value) { in mlirIntegerAttrGet() function
/external/llvm-project/mlir/test/CAPI/
Dir.c758 MlirAttribute integer = mlirIntegerAttrGet(mlirIntegerTypeGet(ctx, 32), 42); in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1526 MlirAttribute attr = mlirIntegerAttrGet(type, value); in bindDerived()