Home | History | Annotate | Download | only in Utils

Lines Matching refs:PrevI

3099   SwitchInst::CaseIt PrevI = I++;
3100 for (SwitchInst::CaseIt E = SI->case_end(); I != E; PrevI = I++) {
3101 if (PrevI.getCaseSuccessor() != I.getCaseSuccessor())