reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2448                             ICmpInst::ICMP_UGE, X,
 2452                             ICmpInst::ICMP_ULT, X,
 2455           Cmp, insertRangeTest(X, LoBound, HiBound, DivIsSigned, true));
 2461                             ICmpInst::ICMP_ULT, X,
 2465                             ICmpInst::ICMP_UGE, X,
 2468                                  insertRangeTest(X, LoBound, HiBound,
 2476       return new ICmpInst(Pred, X, ConstantInt::get(Div->getType(), LoBound));
 2484         return new ICmpInst(ICmpInst::ICMP_UGE, X,
 2486       return new ICmpInst(ICmpInst::ICMP_SGE, X,