Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SimplifyDivRemOfSelect

704 /// SimplifyDivRemOfSelect - Try to fold a divide or remainder of a select
706 bool InstCombiner::SimplifyDivRemOfSelect(BinaryOperator &I) {
790 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
1347 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))
1490 if (isa<SelectInst>(Op1) && SimplifyDivRemOfSelect(I))