Home
last modified time | relevance | path

Searched refs:isNonConstantNegative (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp732 if (LHS.second->isNonConstantNegative()) { in operator ()()
733 if (!RHS.second->isNonConstantNegative()) in operator ()()
735 } else if (RHS.second->isNonConstantNegative()) in operator ()()
788 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
1295 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1450 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h159 bool isNonConstantNegative() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp960 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp442 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV