Home | History | Annotate | Download | only in Hexagon

Lines Matching full:cmpless

638   bool CmpLess =     Cmp & Comparison::L;
645 if (CmpLess && IVBump < 0)
674 // assert (CmpLess => Dist > 0);
675 assert ((!CmpLess || Dist > 0) && "Loop should never iterate!");