Home | History | Annotate | Download | only in Mips

Lines Matching defs:Mid

2840   const auto &Mid = Indices.begin() + Indices.size() / 2;
2843 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2))
2845 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2))
2850 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2))
2852 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2))
2883 const auto &Mid = Indices.begin() + Indices.size() / 2;
2886 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2))
2888 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2))
2893 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2))
2895 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2))