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

/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp680 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump-1)) / IVBump local
682 assert (Dist1 > 0 && "Fishy thing. Both operands have the same sign.");
684 uint64_t Count = Dist1;

Completed in 124 milliseconds