Home | History | Annotate | Download | only in Utils

Lines Matching refs:CaseIt

492     for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e; ++i)
628 for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) {
3000 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
3012 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
3049 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
3097 SwitchInst::CaseIt I = SI->case_begin();
3099 SwitchInst::CaseIt PrevI = I++;
3100 for (SwitchInst::CaseIt E = SI->case_end(); I != E; PrevI = I++) {
3169 for (SwitchInst::CaseIt I = SI->case_begin(), E = SI->case_end(); I != E; ++I) {
3187 SwitchInst::CaseIt Case = SI->findCaseValue(DeadCases[I]);
3251 for (SwitchInst::CaseIt I = SI->case_begin(), E = SI->case_end(); I != E; ++I) {
3679 SwitchInst::CaseIt CI = SI->case_begin();
3690 for (SwitchInst::CaseIt E = SI->case_end(); CI != E; ++CI) {