HomeSort by relevance Sort by last modified time
    Searched refs:isNonConstantNegative (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 689 if (LHS.second->isNonConstantNegative()) {
690 if (!RHS.second->isNonConstantNegative())
692 } else if (RHS.second->isNonConstantNegative())
753 } else if (Op->isNonConstantNegative()) {
    [all...]
ScalarEvolution.cpp 291 /// isNonConstantNegative - Return true if the specified scev is negated, but
293 bool SCEV::isNonConstantNegative() const {
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 122 /// isNonConstantNegative - Return true if the specified scev is negated,
124 bool isNonConstantNegative() const;
    [all...]

Completed in 114 milliseconds