Home | History | Annotate | Download | only in Mips

Lines Matching defs:Mid

2749   const auto &Mid = Indices.begin() + Indices.size() / 2;
2752 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2))
2754 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2))
2759 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2))
2761 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2))
2792 const auto &Mid = Indices.begin() + Indices.size() / 2;
2795 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2))
2797 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2))
2802 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2))
2804 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2))