Searched refs:isNonConstantNegative (Results 1 – 5 of 5) sorted by relevance
480 if (LHS.second->isNonConstantNegative()) { in operator ()()481 if (!RHS.second->isNonConstantNegative()) in operator ()()483 } else if (RHS.second->isNonConstantNegative()) in operator ()()544 } else if (Op->isNonConstantNegative()) { in visitAddExpr()1058 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()1174 !S->getType()->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
162 bool isNonConstantNegative() const;
892 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
4450 if (Diff->isNonConstantNegative()) { in calculateRtStride()4457 if (Diff1->isNonConstantNegative()) { in calculateRtStride()
460 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV