Home
last modified time | relevance | path

Searched refs:SCEVUMaxExpr (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h386 class SCEVUMaxExpr : public SCEVCommutativeExpr {
389 SCEVUMaxExpr(const FoldingSetNodeIDRef ID, in SCEVUMaxExpr() function
474 return ((SC*)this)->visitUMaxExpr((const SCEVUMaxExpr*)S); in visit()
618 const SCEV *visitUMaxExpr(const SCEVUMaxExpr *Expr) { in visitUMaxExpr()
DScalarEvolutionExpander.h288 Value *visitUMaxExpr(const SCEVUMaxExpr *S);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp757 void visitUMaxExpr(const SCEVUMaxExpr *Numerator) {} in visitUMaxExpr()
3147 while (const SCEVUMaxExpr *UMax = dyn_cast<SCEVUMaxExpr>(Ops[Idx])) { in getUMaxExpr()
3186 SCEV *S = new (SCEVAllocator) SCEVUMaxExpr(ID.Intern(SCEVAllocator), in getUMaxExpr()
4162 if (const SCEVUMaxExpr *M = dyn_cast<SCEVUMaxExpr>(S)) { in GetMinTrailingZeros()
4250 if (const SCEVUMaxExpr *UMax = dyn_cast<SCEVUMaxExpr>(S)) { in getRange()
6336 if (isa<SCEVUMaxExpr>(Comm)) in computeSCEVAtScope()
8024 IsMinConsistingOf<SCEVUMaxExpr>(SE, LHS, RHS) || in IsKnownPredicateViaMinOrMax()
8026 IsMaxConsistingOf<SCEVUMaxExpr>(RHS, LHS); in IsKnownPredicateViaMinOrMax()
DScalarEvolutionExpander.cpp1561 Value *SCEVExpander::visitUMaxExpr(const SCEVUMaxExpr *S) { in visitUMaxExpr()
1918 if (isa<SCEVSMaxExpr>(S) || isa<SCEVUMaxExpr>(S)) in isHighCostExpansionHelper()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2002 } else if (const SCEVUMaxExpr *U = dyn_cast<SCEVUMaxExpr>(IterationCount)) { in OptimizeMax()