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

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kCollapseMOVEMPass.cpp 36 enum UpdateType { Ascending, Descending, Intermixed };
99 return Descending;
113 } else if (Type == Descending && O == Start - 4) {
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
algorithms.bench.cpp 38 Descending,
45 "Descending", "SingleElement",
118 case Order::Descending:
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 1196 // We are descending into a call (backwards). Construct
2498 template <bool Descending>
2511 return Descending;
2513 return !Descending;
2515 return Descending ? LI->second > RI->second
2690 // We aren't in the same group. Are we descending into a new macro
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 6067 bool Descending = Signed && Step.isNegative();
6091 APInt MovedBoundary = Descending ? (StartLower - std::move(Offset))
6101 Descending ? std::move(MovedBoundary) : std::move(StartLower);
6103 Descending ? std::move(StartUpper) : std::move(MovedBoundary);

Completed in 52 milliseconds