Lines Matching defs:Mid
2901 const auto &Mid = Indices.begin() + Indices.size() / 2;
2904 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2))
2906 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2))
2911 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2))
2913 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2))
2944 const auto &Mid = Indices.begin() + Indices.size() / 2;
2947 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2))
2949 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2))
2954 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2))
2956 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2))