Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:StartIdx

637     unsigned StartIdx = SimpVect.size();
658 if (StartIdx + 1 != SimpVect.size()) {
660 R = *SimpVect[StartIdx];
661 for (unsigned Idx = StartIdx + 1; Idx < SimpVect.size(); Idx++)
665 SimpVect.resize(StartIdx);