Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c601 MlirAttribute iAttr = mlirIntegerAttrGet(mlirIntegerTypeGet(ctx, 32), 4); in createOperationWithTypeInference()
751 MlirAttribute memSpace2 = mlirIntegerAttrGet(mlirIntegerTypeGet(ctx, 64), 2); in printBuiltinTypes()
762 MlirAttribute memSpace4 = mlirIntegerAttrGet(mlirIntegerTypeGet(ctx, 64), 4); in printBuiltinTypes()
851 MlirAttribute integer = mlirIntegerAttrGet(mlirIntegerTypeGet(ctx, 32), 42); in printBuiltinAttributes()
853 mlirIntegerAttrGet(mlirIntegerTypeSignedGet(ctx, 8), -1); in printBuiltinAttributes()
855 mlirIntegerAttrGet(mlirIntegerTypeUnsignedGet(ctx, 8), 255); in printBuiltinAttributes()
1801 MlirAttribute i32Attr = mlirIntegerAttrGet(i32, 1); in testTypeID()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinAttributes.h124 MLIR_CAPI_EXPORTED MlirAttribute mlirIntegerAttrGet(MlirType type,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp124 MlirAttribute mlirIntegerAttrGet(MlirType type, int64_t value) { in mlirIntegerAttrGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp254 MlirAttribute attr = mlirIntegerAttrGet(type, value); in bindDerived()