Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp769 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump in computeCount() local
771 assert (Dist1 > 0 && "Fishy thing. Both operands have the same sign."); in computeCount()
773 uint64_t Count = Dist1; in computeCount()