Searched refs:isNonConstantNegative (Results 1 – 4 of 4) sorted by relevance
593 static bool isNonConstantNegative(const SCEV *F) { in isNonConstantNegative() function683 if (isNonConstantNegative(LHS.second)) { in operator ()()684 if (!isNonConstantNegative(RHS.second)) in operator ()()686 } else if (isNonConstantNegative(RHS.second)) in operator ()()747 } else if (isNonConstantNegative(Op)) { in visitAddExpr()1003 bool isNegative = !isPointer && isNonConstantNegative(Step); in getAddRecExprPHILiterally()
653 if (LHS.second->isNonConstantNegative()) { in operator ()()654 if (!RHS.second->isNonConstantNegative()) in operator ()()656 } else if (RHS.second->isNonConstantNegative()) in operator ()()716 } else if (Op->isNonConstantNegative()) { in visitAddExpr()1201 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()1340 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
290 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV
130 bool isNonConstantNegative() const;