Home
last modified time | relevance | path

Searched refs:getUMaxExpr (Results 1 – 13 of 13) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h587 const SCEV *getUMaxExpr(const SCEV *LHS, const SCEV *RHS);
588 const SCEV *getUMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
DScalarEvolutionExpressions.h681 return !Changed ? Expr : SE.getUMaxExpr(Operands); in visitUMaxExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1180 : SE.getUMaxExpr(Smallest, SE.getUMinExpr(Greatest, S)); in calculateSubRanges()
1822 const SCEV *NewBegin = SE.getUMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectUnsignedRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp3593 const SCEV *ScalarEvolution::getUMaxExpr(const SCEV *LHS, in getUMaxExpr() function in ScalarEvolution
3596 return getUMaxExpr(Ops); in getUMaxExpr()
3600 ScalarEvolution::getUMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getUMaxExpr() function in ScalarEvolution
3656 return getUMaxExpr(Ops); in getUMaxExpr()
3726 return getNotSCEV(getUMaxExpr(NotOps)); in getUMinExpr()
4103 return getUMaxExpr(PromotedLHS, PromotedRHS); in getUMaxFromMismatchedTypes()
5390 return getAddExpr(getUMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
5408 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createNodeForSelectOrPHI()
5422 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createNodeForSelectOrPHI()
8202 return getUMaxExpr(NewOps); in computeSCEVAtScope()
[all …]
DLoopAccessAnalysis.cpp222 ScEnd = SE->getUMaxExpr(AR->getStart(), ScEnd); in insert()