Home
last modified time | relevance | path

Searched refs:Descending (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp36 enum UpdateType { Ascending, Descending, Intermixed }; enumerator
99 return Descending; in classifyUpdateByMask()
113 } else if (Type == Descending && O == Start - 4) { in update()
/llvm-project-15.0.7/libcxx/benchmarks/algorithms/
H A Dcommon.h35 Descending, enumerator
161 case Order::Descending: in sortValues()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2524 template <bool Descending>
2537 return Descending; in operator ()()
2539 return !Descending; in operator ()()
2541 return Descending ? LI->second > RI->second in operator ()()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp69 Descending enumerator
76 cl::init(DynoStatsSortOrder::Descending), cl::cat(BoltOptCategory));
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp6693 bool Descending = Signed && Step.isNegative(); in getRangeForAffineARHelper() local
6717 APInt MovedBoundary = Descending ? (StartLower - std::move(Offset)) in getRangeForAffineARHelper()
6727 Descending ? std::move(MovedBoundary) : std::move(StartLower); in getRangeForAffineARHelper()
6729 Descending ? std::move(StartUpper) : std::move(MovedBoundary); in getRangeForAffineARHelper()