Home | History | Annotate | Download | only in Utils

Lines Matching refs:SwitchInst

108   if (SwitchInst *SI = dyn_cast<SwitchInst>(T)) {
116 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
195 SwitchInst::CaseIt FirstCase = SI->case_begin();