Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp37 enum UpdateType { Ascending, Descending, Intermixed }; enumerator
100 return Descending; in classifyUpdateByMask()
114 } else if (Type == Descending && O == Start - 4) { in update()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h260 enum class Sorting { Ascending, Descending }; enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2544 template <bool Descending>
2557 return Descending; in operator ()()
2559 return !Descending; in operator ()()
2561 return Descending ? LI->second > RI->second in operator ()()
/freebsd/share/misc/
H A Dusb_hid_usages942 0x27C AC Sort Descending
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6978 bool Descending = Signed && Step.isNegative(); in getRangeForAffineARHelper() local
7002 APInt MovedBoundary = Descending ? (StartLower - std::move(Offset)) in getRangeForAffineARHelper()
7012 Descending ? std::move(MovedBoundary) : std::move(StartLower); in getRangeForAffineARHelper()
7014 Descending ? std::move(StartUpper) : std::move(MovedBoundary); in getRangeForAffineARHelper()