Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp671 if (LHS.second->isNonConstantNegative()) { in operator ()()
672 if (!RHS.second->isNonConstantNegative()) in operator ()()
674 } else if (RHS.second->isNonConstantNegative()) in operator ()()
734 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
1261 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1404 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
H A DScalarEvolution.cpp383 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h139 bool isNonConstantNegative() const;