Home
last modified time | relevance | path

Searched refs:getSMaxExpr (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp206 case scSMaxExpr: return SE.getSMaxExpr(Operands); in TransformImpl()
DScalarEvolution.cpp3023 const SCEV *ScalarEvolution::getSMaxExpr(const SCEV *LHS, in getSMaxExpr() function in ScalarEvolution
3026 return getSMaxExpr(Ops); in getSMaxExpr()
3030 ScalarEvolution::getSMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getSMaxExpr() function in ScalarEvolution
3086 return getSMaxExpr(Ops); in getSMaxExpr()
3228 return getNotSCEV(getSMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getSMinExpr()
4260 return getAddExpr(getSMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
6829 return getSMaxExpr(NewOps); in computeSCEVAtScope()
8678 End = IsSigned ? getSMaxExpr(RHS, Start) : getUMaxExpr(RHS, Start); in howManyLessThans()
DDependenceAnalysis.cpp1243 SE->getSMaxExpr(SE->getZero(Delta->getType()), Delta), in weakCrossingSIVtest()
2813 return SE->getSMaxExpr(X, SE->getZero(X->getType())); in getPositivePart()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1106 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges()
1644 return SE.getMinusSCEV(X, SE.getSMaxExpr(Y, XMinusSIntMax), in computeSafeIterationSpace()
1674 return SE.getAddExpr(SE.getSMaxExpr(SE.getSMinExpr(X, Zero), NegOne), One); in computeSafeIterationSpace()
1711 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectSignedRange()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1121 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges()
1659 return SE.getMinusSCEV(X, SE.getSMaxExpr(Y, XMinusSIntMax), in computeSafeIterationSpace()
1689 return SE.getAddExpr(SE.getSMaxExpr(SE.getSMinExpr(X, Zero), NegOne), One); in computeSafeIterationSpace()
1726 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectSignedRange()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1244 const SCEV *getSMaxExpr(const SCEV *LHS, const SCEV *RHS);
1245 const SCEV *getSMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
DScalarEvolutionExpressions.h598 return SE.getSMaxExpr(Operands); in visitSMaxExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h576 const SCEV *getSMaxExpr(const SCEV *LHS, const SCEV *RHS);
577 const SCEV *getSMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
DScalarEvolutionExpressions.h743 return !Changed ? Expr : SE.getSMaxExpr(Operands); in visitSMaxExpr()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp876 return SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)); in calculateSubRanges()
1358 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectRange()
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h581 const SCEV *getSMaxExpr(const SCEV *LHS, const SCEV *RHS);
582 const SCEV *getSMaxExpr(SmallVectorImpl<const SCEV *> &Operands);
DScalarEvolutionExpressions.h807 return !Changed ? Expr : SE.getSMaxExpr(Operands); in visitSMaxExpr()
/external/llvm-project/polly/lib/Support/
DScopHelper.cpp384 return SE.getSMaxExpr(NewOps); in visitSMaxExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1037 SE->getMinusSCEV(S, SE->getSMaxExpr(Size, SE->getOne(Size->getType()))); in isKnownLessThan()
1320 SE->getSMaxExpr(SE->getZero(Delta->getType()), Delta), in weakCrossingSIVtest()
2896 return SE->getSMaxExpr(X, SE->getZero(X->getType())); in getPositivePart()
DScalarEvolution.cpp3688 const SCEV *ScalarEvolution::getSMaxExpr(const SCEV *LHS, const SCEV *RHS) { in getSMaxExpr() function in ScalarEvolution
3690 return getSMaxExpr(Ops); in getSMaxExpr()
3693 const SCEV *ScalarEvolution::getSMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getSMaxExpr() function in ScalarEvolution
5373 return getAddExpr(getSMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
10758 End = IsSigned ? getSMaxExpr(RHS, Start) : getUMaxExpr(RHS, Start); in howManyLessThans()
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp1039 SE->getMinusSCEV(S, SE->getSMaxExpr(Size, SE->getOne(Size->getType()))); in isKnownLessThan()
1322 SE->getSMaxExpr(SE->getZero(Delta->getType()), Delta), in weakCrossingSIVtest()
2885 return SE->getSMaxExpr(X, SE->getZero(X->getType())); in getPositivePart()
DScalarEvolution.cpp3485 return getSMaxExpr(Op, getNegativeSCEV(Op, Flags)); in getAbsExpr()
3490 return getSMinExpr(getSMaxExpr(Op, getMinusOne(Ty)), getOne(Ty)); in getSignumExpr()
3625 const SCEV *ScalarEvolution::getSMaxExpr(const SCEV *LHS, const SCEV *RHS) { in getSMaxExpr() function in ScalarEvolution
3627 return getSMaxExpr(Ops); in getSMaxExpr()
3630 const SCEV *ScalarEvolution::getSMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getSMaxExpr() function in ScalarEvolution
5445 return getAddExpr(getSMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
6762 return getSMaxExpr(getSCEV(II->getArgOperand(0)), in createSCEV()
11222 End = IsSigned ? getSMaxExpr(RHS, Start) : getUMaxExpr(RHS, Start); in howManyLessThans()