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

/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp638 bool CmpLess = Cmp & Comparison::L; local
645 if (CmpLess && IVBump < 0)
674 // assert (CmpLess => Dist > 0);
675 assert ((!CmpLess || Dist > 0) && "Loop should never iterate!");

Completed in 105 milliseconds