Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp262 if (D == Direction::Decreasing) in getCanonicalPredicate()
277 return Direction::Decreasing; in getDirection()
/llvm-project-15.0.7/llvm/test/Transforms/IRCE/
H A Dunsigned_comparisons_ugt.ll221 ; Decreasing loop, UINT_MAX. Positive test.
H A Dunsigned_comparisons_ult.ll279 ; Decreasing loop, UINT_MAX. Negative test: we cannot substract -1 from 0.
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h720 enum class Direction { Increasing, Decreasing, Unknown }; enumerator
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp755 Loop::LoopBounds::Direction::Decreasing); in TEST()