Searched refs:FoldICmpDivCst (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h157 Instruction *FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI,
H A DInstCombineCompares.cpp807 /// FoldICmpDivCst - Fold "icmp pred, ([su]div X, DivRHS), CmpRHS" where DivRHS
809 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, function in class:InstCombiner
1013 Instruction *Res = FoldICmpDivCst(ICI, TheDiv, cast<ConstantInt>(DivCst));
1543 if (Instruction *R = FoldICmpDivCst(ICI, cast<BinaryOperator>(LHSI),

Completed in 97 milliseconds