Searched refs:mlirIndexTypeGet (Results 1 – 4 of 4) sorted by relevance
64 MLIR_CAPI_EXPORTED MlirType mlirIndexTypeGet(MlirContext ctx);
660 MlirType index = mlirIndexTypeGet(ctx); in printBuiltinTypes()785 MlirType funcInputs[2] = {mlirIndexTypeGet(ctx), mlirIntegerTypeGet(ctx, 1)}; in printBuiltinTypes()1673 MlirType indexType = mlirIndexTypeGet(ctx); in testOperands()1742 MlirType indexType = mlirIndexTypeGet(ctx); in testClone()1831 MlirType indexType = mlirIndexTypeGet(ctx); in testTypeID()
63 MlirType mlirIndexTypeGet(MlirContext ctx) { in mlirIndexTypeGet() function
98 MlirType t = mlirIndexTypeGet(context->get()); in bindDerived()