Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp441 if (LHS.second->isNonConstantNegative()) { in operator ()()
442 if (!RHS.second->isNonConstantNegative()) in operator ()()
444 } else if (RHS.second->isNonConstantNegative()) in operator ()()
495 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
998 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1117 !S->getType()->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h162 bool isNonConstantNegative() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp887 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp460 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV