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

References

lib/Analysis/ScalarEvolution.cpp
 9718   if (getTypeSizeInBits(LHS->getType()) <
 9721       LHS = getSignExtendExpr(LHS, FoundLHS->getType());
 9721       LHS = getSignExtendExpr(LHS, FoundLHS->getType());
 9724       LHS = getZeroExtendExpr(LHS, FoundLHS->getType());
 9724       LHS = getZeroExtendExpr(LHS, FoundLHS->getType());
 9727   } else if (getTypeSizeInBits(LHS->getType()) >
 9730       FoundLHS = getSignExtendExpr(FoundLHS, LHS->getType());
 9731       FoundRHS = getSignExtendExpr(FoundRHS, LHS->getType());
 9733       FoundLHS = getZeroExtendExpr(FoundLHS, LHS->getType());
 9734       FoundRHS = getZeroExtendExpr(FoundRHS, LHS->getType());
 9740   if (SimplifyICmpOperands(Pred, LHS, RHS))
 9741     if (LHS == RHS)
 9748   if (LHS == FoundRHS || RHS == FoundLHS) {
 9753       std::swap(LHS, RHS);
 9760     return isImpliedCondOperands(Pred, LHS, RHS, FoundLHS, FoundRHS);
 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))