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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolutionExpander.cpp697 if (LHS.second->isNonConstantNegative()) {
698 if (!RHS.second->isNonConstantNegative())
700 } else if (RHS.second->isNonConstantNegative())
761 } else if (Op->isNonConstantNegative()) {
1109 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
1232 !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
H A DScalarEvolution.cpp287 /// isNonConstantNegative - Return true if the specified scev is negated, but
289 bool SCEV::isNonConstantNegative() const { function in class:SCEV
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolution.h122 /// isNonConstantNegative - Return true if the specified scev is negated,
124 bool isNonConstantNegative() const;

Completed in 149 milliseconds