Searched refs:isNonConstantNegative (Results 1 – 3 of 3) sorted by relevance
671 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()
383 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV
139 bool isNonConstantNegative() const;