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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp743 /// FoldICmpDivCst - Fold "icmp pred, ([su]div X, DivRHS), CmpRHS" where DivRHS
745 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, function in class:InstCombiner
949 Instruction *Res = FoldICmpDivCst(ICI, TheDiv, cast<ConstantInt>(DivCst));
1326 if (Instruction *R = FoldICmpDivCst(ICI, cast<BinaryOperator>(LHSI),
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1186 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, function in class:InstCombiner
1389 Instruction *Res = FoldICmpDivCst(ICI, TheDiv, cast<ConstantInt>(DivCst));
2121 if (Instruction *R = FoldICmpDivCst(ICI, cast<BinaryOperator>(LHSI),

Completed in 162 milliseconds