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.cpp759 bool CmpLess = Cmp & Comparison::L; in computeCount() local
764 if (CmpLess && IVBump < 0) in computeCount()
808 if ((CmpLess && Dist < 0) || (CmpGreater && Dist > 0)) in computeCount()