Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp675 if (LHS.second->isNonConstantNegative()) { in operator ()()
676 if (!RHS.second->isNonConstantNegative()) in operator ()()
678 } else if (RHS.second->isNonConstantNegative()) in operator ()()
738 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
1280 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1423 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
DScalarEvolution.cpp408 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV
/external/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp702 if (LHS.second->isNonConstantNegative()) { in operator ()()
703 if (!RHS.second->isNonConstantNegative()) in operator ()()
705 } else if (RHS.second->isNonConstantNegative()) in operator ()()
765 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
1316 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1459 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h130 bool isNonConstantNegative() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h142 bool isNonConstantNegative() const;
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h144 bool isNonConstantNegative() const;
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp427 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV