Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp757 bool CmpLess = Cmp & Comparison::L; in computeCount() local
762 if (CmpLess && IVBump < 0) in computeCount()
806 if ((CmpLess && Dist < 0) || (CmpGreater && Dist > 0)) in computeCount()
848 std::swap(CmpLess, CmpGreater); in computeCount()
999 CmpLess) && in computeCount()
1000 (CmpLess || CmpGreater)) { in computeCount()
1008 .addImm((CmpLess) ? 0 : -1); in computeCount()
1014 if (CmpLess) { in computeCount()