Searched refs:isNonConstantNegative (Results 1 – 4 of 4) sorted by relevance
732 if (LHS.second->isNonConstantNegative()) { in operator ()()733 if (!RHS.second->isNonConstantNegative()) in operator ()()735 } else if (RHS.second->isNonConstantNegative()) in operator ()()788 } else if (Op->isNonConstantNegative()) { in visitAddExpr()1295 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()1450 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
159 bool isNonConstantNegative() const;
960 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
442 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV