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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 971 MonotonicallyDecreasing
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;

Completed in 26 milliseconds