Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp760 bool CmpGreater = Cmp & Comparison::G; in computeCount() local
768 if (CmpGreater && IVBump > 0) in computeCount()
808 if ((CmpLess && Dist < 0) || (CmpGreater && Dist > 0)) in computeCount()