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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp657 if (LHS.second->isNonConstantNegative()) {
658 if (!RHS.second->isNonConstantNegative())
660 } else if (RHS.second->isNonConstantNegative())
720 } else if (Op->isNonConstantNegative()) {
1186 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
1318 !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
H A DScalarEvolution.cpp286 /// isNonConstantNegative - Return true if the specified scev is negated, but
288 bool SCEV::isNonConstantNegative() const { function in class:SCEV
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h130 bool isNonConstantNegative() const;

Completed in 69 milliseconds