Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp480 if (LHS.second->isNonConstantNegative()) { in operator ()()
481 if (!RHS.second->isNonConstantNegative()) in operator ()()
483 } else if (RHS.second->isNonConstantNegative()) in operator ()()
544 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
1058 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1174 !S->getType()->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h162 bool isNonConstantNegative() const;
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp892 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4450 if (Diff->isNonConstantNegative()) { in calculateRtStride()
4457 if (Diff1->isNonConstantNegative()) { in calculateRtStride()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp460 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV