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 653 if (LHS.second->isNonConstantNegative()) {
654 if (!RHS.second->isNonConstantNegative())
656 } else if (RHS.second->isNonConstantNegative())
717 } else if (Op->isNonConstantNegative()) {
    [all...]
ScalarEvolution.cpp 295 /// isNonConstantNegative - Return true if the specified scev is negated, but
297 bool SCEV::isNonConstantNegative() const {
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 124 /// isNonConstantNegative - Return true if the specified scev is negated,
126 bool isNonConstantNegative() const;
    [all...]

Completed in 696 milliseconds