reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/ScalarEvolution.h
  142   bool isNonConstantNegative() const;

References

lib/Analysis/ScalarEvolutionExpander.cpp
  675     if (LHS.second->isNonConstantNegative()) {
  676       if (!RHS.second->isNonConstantNegative())
  678     } else if (RHS.second->isNonConstantNegative())
  738     } else if (Op->isNonConstantNegative()) {
 1280   bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
 1423         !ExpandTy->isPointerTy() && Step->isNonConstantNegative();