Home | History | Annotate | Download | only in Mips

Lines Matching defs:Mid

2746   const auto &Mid = Indices.begin() + Indices.size() / 2;
2749 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2))
2751 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2))
2756 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2))
2758 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2))
2789 const auto &Mid = Indices.begin() + Indices.size() / 2;
2792 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2))
2794 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2))
2799 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2))
2801 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2))