Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp593 static bool isNonConstantNegative(const SCEV *F) { in isNonConstantNegative() function
683 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()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp653 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()
DScalarEvolution.cpp290 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h130 bool isNonConstantNegative() const;