Home
last modified time | relevance | path

Searched refs:getUMaxExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp184 case scUMaxExpr: return SE.getUMaxExpr(Operands); in TransformImpl()
DScalarEvolution.cpp2477 const SCEV *ScalarEvolution::getUMaxExpr(const SCEV *LHS, in getUMaxExpr() function in ScalarEvolution
2482 return getUMaxExpr(Ops); in getUMaxExpr()
2486 ScalarEvolution::getUMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getUMaxExpr() function in ScalarEvolution
2543 return getUMaxExpr(Ops); in getUMaxExpr()
2590 return getNotSCEV(getUMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getUMinExpr()
2912 return getUMaxExpr(PromotedLHS, PromotedRHS); in getUMaxFromMismatchedTypes()
3911 return getAddExpr(getUMaxExpr(LS, RS), LDiff); in createSCEV()
3930 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV()
3945 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV()
5285 return getUMaxExpr(NewOps); in computeSCEVAtScope()
[all …]
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DScalarEvolution.h627 const SCEV *getUMaxExpr(const SCEV *LHS, const SCEV *RHS);
628 const SCEV *getUMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
DScalarEvolutionExpressions.h630 return SE.getUMaxExpr(Operands); in visitUMaxExpr()
728 return SE.getUMaxExpr(Operands); in visitUMaxExpr()