Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:StartIdx

586     unsigned StartIdx = SimpVect.size();
607 if (StartIdx + 1 != SimpVect.size()) {
609 R = *SimpVect[StartIdx];
610 for (unsigned Idx = StartIdx + 1; Idx < SimpVect.size(); Idx++)
614 SimpVect.resize(StartIdx);