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

References

lib/Analysis/ScalarEvolution.cpp
 9722       RHS = getSignExtendExpr(RHS, FoundLHS->getType());
 9722       RHS = getSignExtendExpr(RHS, FoundLHS->getType());
 9725       RHS = getZeroExtendExpr(RHS, FoundLHS->getType());
 9725       RHS = getZeroExtendExpr(RHS, FoundLHS->getType());
 9740   if (SimplifyICmpOperands(Pred, LHS, RHS))
 9741     if (LHS == RHS)
 9748   if (LHS == FoundRHS || RHS == FoundLHS) {
 9749     if (isa<SCEVConstant>(RHS)) {
 9753       std::swap(LHS, RHS);
 9760     return isImpliedCondOperands(Pred, LHS, RHS, FoundLHS, FoundRHS);
 9765     if (isa<SCEVConstant>(RHS))
 9766       return isImpliedCondOperands(Pred, LHS, RHS, FoundRHS, FoundLHS);
 9769                                    RHS, LHS, FoundLHS, FoundRHS);
 9777     return isImpliedCondOperands(Pred, LHS, RHS, FoundLHS, FoundRHS);
 9814           if (isImpliedCondOperands(Pred, LHS, RHS, V,
 9830           if (isImpliedCondOperands(Pred, LHS, RHS, V, getConstant(Min)))
 9844       if (isImpliedCondOperands(Pred, LHS, RHS, FoundLHS, FoundRHS))
 9848       if (isImpliedCondOperands(FoundPred, LHS, RHS, FoundLHS, FoundRHS))