Searched refs:mlirBoolAttrGet (Results 1 – 4 of 4) sorted by relevance
135 MLIR_CAPI_EXPORTED MlirAttribute mlirBoolAttrGet(MlirContext ctx, int value);
409 mlirBoolAttrGet(ctx, 1)); in printFirstOfEach()765 MlirAttribute boolean = mlirBoolAttrGet(ctx, 1); in printBuiltinAttributes()
139 MlirAttribute mlirBoolAttrGet(MlirContext ctx, int value) { in mlirBoolAttrGet() function
1551 MlirAttribute attr = mlirBoolAttrGet(context->get(), value); in bindDerived()