Home
last modified time | relevance | path

Searched defs:Descending (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/
H A Dcommon.h35 Descending, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp36 enum UpdateType { Ascending, Descending, Intermixed }; enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalTree.h261 enum class Sorting { Ascending, Descending }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp6920 bool Descending = Signed && Step.isNegative(); in getRangeForAffineARHelper() local