/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1106 ? 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/ |
D | InductiveRangeCheckElimination.cpp | 1121 ? 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/ |
D | ScalarEvolution.h | 580 const SCEV *getSMinExpr(const SCEV *LHS, const SCEV *RHS); 581 const SCEV *getSMinExpr(SmallVectorImpl<const SCEV *> &Operands);
|
D | ScalarEvolutionExpressions.h | 763 return !Changed ? Expr : SE.getSMinExpr(Operands); in visitSMinExpr()
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 876 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/ |
D | ScalarEvolution.h | 585 const SCEV *getSMinExpr(const SCEV *LHS, const SCEV *RHS); 586 const SCEV *getSMinExpr(SmallVectorImpl<const SCEV *> &Operands);
|
D | ScalarEvolutionExpressions.h | 827 return !Changed ? Expr : SE.getSMinExpr(Operands); in visitSMinExpr()
|
/external/llvm-project/polly/lib/Support/ |
D | ScopHelper.cpp | 396 return SE.getSMinExpr(NewOps); in visitSMinExpr()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1248 const SCEV *getSMinExpr(const SCEV *LHS, const SCEV *RHS);
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopDetection.cpp | 1095 Context.ElementSize[BP] = SE.getSMinExpr(Size, Context.ElementSize[BP]); in isValidAccess()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3490 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()
|
D | DependenceAnalysis.cpp | 2891 return SE->getSMinExpr(X, SE->getZero(X->getType())); in getNegativePart()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3706 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()
|
D | DependenceAnalysis.cpp | 2902 return SE->getSMinExpr(X, SE->getZero(X->getType())); in getNegativePart()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3225 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()
|
D | DependenceAnalysis.cpp | 2819 return SE->getSMinExpr(X, SE->getZero(X->getType())); in getNegativePart()
|