Home | History | Annotate | Download | only in Utils

Lines Matching refs:SwitchInst

112   if (SwitchInst *SI = dyn_cast<SwitchInst>(T)) {
120 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
201 SwitchInst::CaseIt FirstCase = SI->case_begin();