Searched refs:getUMaxExpr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | ScalarEvolutionNormalization.cpp | 184 case scUMaxExpr: return SE.getUMaxExpr(Operands); in TransformImpl()
|
| D | ScalarEvolution.cpp | 2477 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/ |
| D | ScalarEvolution.h | 627 const SCEV *getUMaxExpr(const SCEV *LHS, const SCEV *RHS); 628 const SCEV *getUMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
|
| D | ScalarEvolutionExpressions.h | 630 return SE.getUMaxExpr(Operands); in visitUMaxExpr() 728 return SE.getUMaxExpr(Operands); in visitUMaxExpr()
|