Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SimplifyDivRemOfSelect

638 /// SimplifyDivRemOfSelect - Try to fold a divide or remainder of a select
640 bool InstCombiner::SimplifyDivRemOfSelect(BinaryOperator &I) {
724 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
1204 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
1345 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))