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

Declarations

include/llvm/Analysis/ScalarEvolution.h
  578   const SCEV *getUMaxExpr(const SCEV *LHS, const SCEV *RHS);

References

lib/Analysis/LoopAccessAnalysis.cpp
  221       ScEnd = SE->getUMaxExpr(AR->getStart(), ScEnd);
lib/Analysis/ScalarEvolution.cpp
 4125   return getUMaxExpr(PromotedLHS, PromotedRHS);
 5383         return getAddExpr(getUMaxExpr(LS, RS), LDiff);
 5401         return getAddExpr(getUMaxExpr(One, LS), LDiff);
 5415         return getAddExpr(getUMaxExpr(One, LS), LDiff);
10696     End = IsSigned ? getSMaxExpr(RHS, Start) : getUMaxExpr(RHS, Start);
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1106                : SE.getUMaxExpr(Smallest, SE.getUMinExpr(Greatest, S));
 1739   const SCEV *NewBegin = SE.getUMaxExpr(R1Value.getBegin(), R2.getBegin());
tools/polly/lib/Support/ScopHelper.cpp
  319       RHSScev = SE.getUMaxExpr(RHSScev, SE.getConstant(E->getType(), 1));
  346       RHSScev = SE.getUMaxExpr(RHSScev, SE.getConstant(E->getType(), 1));