Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp207 case scUMaxExpr: return SE.getUMaxExpr(Operands); in TransformImpl()
DScalarEvolution.cpp3124 const SCEV *ScalarEvolution::getUMaxExpr(const SCEV *LHS, in getUMaxExpr() function in ScalarEvolution
3127 return getUMaxExpr(Ops); in getUMaxExpr()
3131 ScalarEvolution::getUMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getUMaxExpr() function in ScalarEvolution
3187 return getUMaxExpr(Ops); in getUMaxExpr()
3234 return getNotSCEV(getUMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getUMinExpr()
3599 return getUMaxExpr(PromotedLHS, PromotedRHS); in getUMaxFromMismatchedTypes()
4283 return getAddExpr(getUMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
4301 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createNodeForSelectOrPHI()
4315 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createNodeForSelectOrPHI()
6831 return getUMaxExpr(NewOps); in computeSCEVAtScope()
[all …]
DLoopAccessAnalysis.cpp183 ScEnd = SE->getUMaxExpr(AR->getStart(), ScEnd); in insert()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionNormalization.cpp177 case scUMaxExpr: return SE.getUMaxExpr(Operands); in TransformImpl()
DScalarEvolution.cpp2458 const SCEV *ScalarEvolution::getUMaxExpr(const SCEV *LHS, in getUMaxExpr() function in ScalarEvolution
2463 return getUMaxExpr(Ops); in getUMaxExpr()
2467 ScalarEvolution::getUMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getUMaxExpr() function in ScalarEvolution
2524 return getUMaxExpr(Ops); in getUMaxExpr()
2571 return getNotSCEV(getUMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getUMinExpr()
2868 return getUMaxExpr(PromotedLHS, PromotedRHS); in getUMaxFromMismatchedTypes()
3862 return getAddExpr(getUMaxExpr(LS, RS), LDiff); in createSCEV()
3881 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV()
3896 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV()
5032 return getUMaxExpr(NewOps); in computeSCEVAtScope()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h611 const SCEV *getUMaxExpr(const SCEV *LHS, const SCEV *RHS);
612 const SCEV *getUMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1246 const SCEV *getUMaxExpr(const SCEV *LHS, const SCEV *RHS);
1247 const SCEV *getUMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
DScalarEvolutionExpressions.h605 return SE.getUMaxExpr(Operands); in visitUMaxExpr()