Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp729 if (LHS.second->isNonConstantNegative()) { in operator ()()
730 if (!RHS.second->isNonConstantNegative()) in operator ()()
732 } else if (RHS.second->isNonConstantNegative()) in operator ()()
792 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
1345 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1500 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h144 bool isNonConstantNegative() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp427 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV