Searched refs:isNonConstantNegative (Results 1 – 1 of 1) sorted by relevance
590 static bool isNonConstantNegative(const SCEV *F) { in isNonConstantNegative() function680 if (isNonConstantNegative(LHS.second)) { in operator ()()681 if (!isNonConstantNegative(RHS.second)) in operator ()()683 } else if (isNonConstantNegative(RHS.second)) in operator ()()744 } else if (isNonConstantNegative(Op)) { in visitAddExpr()940 bool isNegative = !isPointer && isNonConstantNegative(Step); in getAddRecExprPHILiterally()