Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SelectInst

197     if (SelectInst *SI = dyn_cast<SelectInst>(Op0))
417 if (SelectInst *SI = dyn_cast<SelectInst>(Op0))
569 return SelectInst::Create(C, B, Zero);
584 return SelectInst::Create(C, Zero, A);
600 SelectInst *SI = cast<SelectInst>(I.getOperand(1));
683 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
699 if (SelectInst *SI = dyn_cast<SelectInst>(Op0))
780 return SelectInst::Create(ICI, Constant::getNullValue(I.getType()),
835 if (SelectInst *SI = dyn_cast<SelectInst>(Op1))
889 Inst = SelectInst::Create(cast<SelectInst>(ActionOp1)->getCondition(),
895 // use it as part of a joining action (i.e., a SelectInst).
994 if (SelectInst *SI = dyn_cast<SelectInst>(Op1))
1002 if (SelectInst *SI = dyn_cast<SelectInst>(Op0))
1122 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
1127 if (SelectInst *SI = dyn_cast<SelectInst>(Op0I)) {
1254 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))