Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp653 if (LHS.second->isNonConstantNegative()) { in operator ()()
654 if (!RHS.second->isNonConstantNegative()) in operator ()()
656 } else if (RHS.second->isNonConstantNegative()) in operator ()()
717 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
1177 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1310 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
DScalarEvolution.cpp297 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h126 bool isNonConstantNegative() const;