Home | History | Annotate | Download | only in IPO

Lines Matching refs:SelectInst

266       } else if (isa<SelectInst>(I)) {
968 assert((isa<PHINode>(GlobalUser) || isa<SelectInst>(GlobalUser) ||
1867 assert((isa<CastInst>(StoredVal) || isa<SelectInst>(StoredVal)) &&
1884 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);
2684 } else if (SelectInst *SI = dyn_cast<SelectInst>(CurInst)) {