Searched refs:isNonConstantNegative (Results 1 – 4 of 4) sorted by relevance
441 if (LHS.second->isNonConstantNegative()) { in operator ()()442 if (!RHS.second->isNonConstantNegative()) in operator ()()444 } else if (RHS.second->isNonConstantNegative()) in operator ()()495 } else if (Op->isNonConstantNegative()) { in visitAddExpr()998 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()1117 !S->getType()->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
162 bool isNonConstantNegative() const;
887 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
460 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV