Home
last modified time | relevance | path

Searched refs:getSMinExpr (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1106 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges()
1657 return SE.getMinusSCEV(X, SE.getSMinExpr(X, Y), SCEV::FlagNUW); in computeSafeIterationSpace()
1674 return SE.getAddExpr(SE.getSMaxExpr(SE.getSMinExpr(X, Zero), NegOne), One); in computeSafeIterationSpace()
1712 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectSignedRange()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1121 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges()
1672 return SE.getMinusSCEV(X, SE.getSMinExpr(X, Y), SCEV::FlagNUW); in computeSafeIterationSpace()
1689 return SE.getAddExpr(SE.getSMaxExpr(SE.getSMinExpr(X, Zero), NegOne), One); in computeSafeIterationSpace()
1727 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectSignedRange()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h580 const SCEV *getSMinExpr(const SCEV *LHS, const SCEV *RHS);
581 const SCEV *getSMinExpr(SmallVectorImpl<const SCEV *> &Operands);
DScalarEvolutionExpressions.h763 return !Changed ? Expr : SE.getSMinExpr(Operands); in visitSMinExpr()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp876 return SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)); in calculateSubRanges()
1359 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectRange()
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h585 const SCEV *getSMinExpr(const SCEV *LHS, const SCEV *RHS);
586 const SCEV *getSMinExpr(SmallVectorImpl<const SCEV *> &Operands);
DScalarEvolutionExpressions.h827 return !Changed ? Expr : SE.getSMinExpr(Operands); in visitSMinExpr()
/external/llvm-project/polly/lib/Support/
DScopHelper.cpp396 return SE.getSMinExpr(NewOps); in visitSMinExpr()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1248 const SCEV *getSMinExpr(const SCEV *LHS, const SCEV *RHS);
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1095 Context.ElementSize[BP] = SE.getSMinExpr(Size, Context.ElementSize[BP]); in isValidAccess()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3490 return getSMinExpr(getSMaxExpr(Op, getMinusOne(Ty)), getOne(Ty)); in getSignumExpr()
3643 const SCEV *ScalarEvolution::getSMinExpr(const SCEV *LHS, in getSMinExpr() function in ScalarEvolution
3646 return getSMinExpr(Ops); in getSMinExpr()
3649 const SCEV *ScalarEvolution::getSMinExpr(SmallVectorImpl<const SCEV *> &Ops) { in getSMinExpr() function in ScalarEvolution
5449 return getAddExpr(getSMinExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
6765 return getSMinExpr(getSCEV(II->getArgOperand(0)), in createSCEV()
11296 End = IsSigned ? getSMinExpr(RHS, Start) : getUMinExpr(RHS, Start); in howManyGreaterThans()
DDependenceAnalysis.cpp2891 return SE->getSMinExpr(X, SE->getZero(X->getType())); in getNegativePart()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3706 const SCEV *ScalarEvolution::getSMinExpr(const SCEV *LHS, in getSMinExpr() function in ScalarEvolution
3709 return getSMinExpr(Ops); in getSMinExpr()
3712 const SCEV *ScalarEvolution::getSMinExpr(SmallVectorImpl<const SCEV *> &Ops) { in getSMinExpr() function in ScalarEvolution
5377 return getAddExpr(getSMinExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
10826 End = IsSigned ? getSMinExpr(RHS, Start) : getUMinExpr(RHS, Start); in howManyGreaterThans()
DDependenceAnalysis.cpp2902 return SE->getSMinExpr(X, SE->getZero(X->getType())); in getNegativePart()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3225 const SCEV *ScalarEvolution::getSMinExpr(const SCEV *LHS, in getSMinExpr() function in ScalarEvolution
4264 return getAddExpr(getSMinExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
8754 End = IsSigned ? getSMinExpr(RHS, Start) : getUMinExpr(RHS, Start); in howManyGreaterThans()
DDependenceAnalysis.cpp2819 return SE->getSMinExpr(X, SE->getZero(X->getType())); in getNegativePart()