Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp739 if (LHS.second->isNonConstantNegative()) { in operator ()()
740 if (!RHS.second->isNonConstantNegative()) in operator ()()
742 } else if (RHS.second->isNonConstantNegative()) in operator ()()
795 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
1322 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1477 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h162 bool isNonConstantNegative() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp962 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp478 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV