Searched refs:getUMaxExpr (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 207 case scUMaxExpr: return SE.getUMaxExpr(Operands); in TransformImpl()
|
D | ScalarEvolution.cpp | 3124 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 …]
|
D | LoopAccessAnalysis.cpp | 183 ScEnd = SE->getUMaxExpr(AR->getStart(), ScEnd); in insert()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 177 case scUMaxExpr: return SE.getUMaxExpr(Operands); in TransformImpl()
|
D | ScalarEvolution.cpp | 2458 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/ |
D | ScalarEvolution.h | 611 const SCEV *getUMaxExpr(const SCEV *LHS, const SCEV *RHS); 612 const SCEV *getUMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1246 const SCEV *getUMaxExpr(const SCEV *LHS, const SCEV *RHS); 1247 const SCEV *getUMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
|
D | ScalarEvolutionExpressions.h | 605 return SE.getUMaxExpr(Operands); in visitUMaxExpr()
|