HomeSort by: relevance | last modified time | path
    Searched refs:MonotonicallyIncreasing (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 970 MonotonicallyIncreasing,
976 /// Some(MonotonicallyIncreasing) and Some(MonotonicallyDecreasing)
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 9735 return IsGreater ? MonotonicallyIncreasing : MonotonicallyDecreasing;
9745 return IsGreater ? MonotonicallyIncreasing : MonotonicallyDecreasing;
9748 return !IsGreater ? MonotonicallyIncreasing : MonotonicallyDecreasing;
9792 bool Increasing = *MonotonicType == ScalarEvolution::MonotonicallyIncreasing;

Completed in 29 milliseconds