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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp756 bool CmpGreater = Cmp & Comparison::G; local
764 if (CmpGreater && IVBump > 0)
801 // CmpGreater should imply Dist < 0. These conditions could actually
804 if ((CmpLess && Dist < 0) || (CmpGreater && Dist > 0))

Completed in 60 milliseconds