Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FoldICmpDivCst

802 /// FoldICmpDivCst - Fold "icmp pred, ([su]div X, DivRHS), CmpRHS" where DivRHS
804 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI,
1008 Instruction *Res = FoldICmpDivCst(ICI, TheDiv, cast<ConstantInt>(DivCst));
1547 if (Instruction *R = FoldICmpDivCst(ICI, cast<BinaryOperator>(LHSI),