Searched refs:isNonConstantNegative (Results 1 – 4 of 4) sorted by relevance
739 if (LHS.second->isNonConstantNegative()) { in operator ()()740 if (!RHS.second->isNonConstantNegative()) in operator ()()742 } else if (RHS.second->isNonConstantNegative()) in operator ()()795 } else if (Op->isNonConstantNegative()) { in visitAddExpr()1322 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()1477 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
162 bool isNonConstantNegative() const;
962 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
478 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV