Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp490 if (LHS.second->isNonConstantNegative()) { in operator ()()
491 if (!RHS.second->isNonConstantNegative()) in operator ()()
493 } else if (RHS.second->isNonConstantNegative()) in operator ()()
554 } else if (Op->isNonConstantNegative()) { in visitAddExpr()
1082 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1198 !S->getType()->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h159 LLVM_ABI bool isNonConstantNegative() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp906 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5615 if (Diff->isNonConstantNegative()) { in calculateRtStride()
5622 if (Diff1->isNonConstantNegative()) { in calculateRtStride()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp452 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV