Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SelectInst

165     if (SelectInst *SI = dyn_cast<SelectInst>(Op0))
385 if (SelectInst *SI = dyn_cast<SelectInst>(Op0))
539 SelectInst *SI = cast<SelectInst>(I.getOperand(1));
623 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
639 if (SelectInst *SI = dyn_cast<SelectInst>(Op0))
706 return SelectInst::Create(IC, Constant::getNullValue(I.getType()),
749 return SelectInst::Create(Cond, TSI, FSI);
970 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
975 if (SelectInst *SI = dyn_cast<SelectInst>(Op0I)) {
1022 return SelectInst::Create(Cond, TrueAnd, FalseAnd);
1113 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))