Searched refs:isNonConstantNegative (Results 1 – 3 of 3) sorted by relevance
729 if (LHS.second->isNonConstantNegative()) { in operator ()()730 if (!RHS.second->isNonConstantNegative()) in operator ()()732 } else if (RHS.second->isNonConstantNegative()) in operator ()()792 } else if (Op->isNonConstantNegative()) { in visitAddExpr()1345 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()1500 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
144 bool isNonConstantNegative() const;
427 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV