Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp717 bool CmpGreater = Cmp & Comparison::G; in computeCount() local
725 if (CmpGreater && IVBump > 0) in computeCount()
765 if ((CmpLess && Dist < 0) || (CmpGreater && Dist > 0)) in computeCount()