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 657 if (LHS.second->isNonConstantNegative()) {
658 if (!RHS.second->isNonConstantNegative())
660 } else if (RHS.second->isNonConstantNegative())
720 } else if (Op->isNonConstantNegative()) {
    [all...]
ScalarEvolution.cpp 286 /// isNonConstantNegative - Return true if the specified scev is negated, but
288 bool SCEV::isNonConstantNegative() const {
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 130 bool isNonConstantNegative() const;
    [all...]

Completed in 40 milliseconds