Home
last modified time | relevance | path

Searched refs:isNonConstantNegative (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp590 static bool isNonConstantNegative(const SCEV *F) { in isNonConstantNegative() function
680 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()