Searched refs:getUMaxExpr (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 207 case scUMaxExpr: return SE.getUMaxExpr(Operands); in TransformImpl()
|
D | ScalarEvolution.cpp | 3018 const SCEV *ScalarEvolution::getUMaxExpr(const SCEV *LHS, in getUMaxExpr() function in ScalarEvolution 3023 return getUMaxExpr(Ops); in getUMaxExpr() 3027 ScalarEvolution::getUMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getUMaxExpr() function in ScalarEvolution 3084 return getUMaxExpr(Ops); in getUMaxExpr() 3131 return getNotSCEV(getUMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getUMinExpr() 3421 return getUMaxExpr(PromotedLHS, PromotedRHS); in getUMaxFromMismatchedTypes() 4384 return getAddExpr(getUMaxExpr(LS, RS), LDiff); in createSCEV() 4403 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV() 4418 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV() 5838 return getUMaxExpr(NewOps); in computeSCEVAtScope() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 662 const SCEV *getUMaxExpr(const SCEV *LHS, const SCEV *RHS); 663 const SCEV *getUMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
|
D | ScalarEvolutionExpressions.h | 707 return SE.getUMaxExpr(Operands); in visitUMaxExpr() 810 return SE.getUMaxExpr(Operands); in visitUMaxExpr()
|