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

References

lib/Analysis/ScalarEvolution.cpp
 9720     if (CmpInst::isSigned(Pred)) {
 9740   if (SimplifyICmpOperands(Pred, LHS, RHS))
 9742       return CmpInst::isTrueWhenEqual(Pred);
 9754       Pred = ICmpInst::getSwappedPredicate(Pred);
 9754       Pred = ICmpInst::getSwappedPredicate(Pred);
 9759   if (FoundPred == Pred)
 9760     return isImpliedCondOperands(Pred, LHS, RHS, FoundLHS, FoundRHS);
 9764   if (ICmpInst::getSwappedPredicate(FoundPred) == Pred) {
 9766       return isImpliedCondOperands(Pred, LHS, RHS, FoundRHS, FoundLHS);
 9768       return isImpliedCondOperands(ICmpInst::getSwappedPredicate(Pred),
 9775       CmpInst::getSignedPredicate(FoundPred) == Pred &&
 9777     return isImpliedCondOperands(Pred, LHS, RHS, FoundLHS, FoundRHS);
 9799     APInt Min = ICmpInst::isSigned(Pred) ?
 9809       switch (Pred) {
 9814           if (isImpliedCondOperands(Pred, LHS, RHS, V,
 9830           if (isImpliedCondOperands(Pred, LHS, RHS, V, getConstant(Min)))
 9843     if (ICmpInst::isTrueWhenEqual(Pred))
 9844       if (isImpliedCondOperands(Pred, LHS, RHS, FoundLHS, FoundRHS))
 9846   if (Pred == ICmpInst::ICMP_NE)