Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp553 int64_t InitV, EndV; in getLoopTripCount() local
557 EndV = EndValue->getImm(); in getLoopTripCount()
567 if (InitV >= EndV) in getLoopTripCount()
570 if (!isInt<8>(InitV) || !isInt<8>(EndV)) in getLoopTripCount()
573 if (!isInt<16>(InitV) || !isInt<16>(EndV)) in getLoopTripCount()
650 int64_t EndV = End->getImm(); in computeCount() local
651 int64_t Dist = EndV - StartV; in computeCount()
719 int64_t StartV = 0, EndV = 0; in computeCount() local
723 EndV = End->getImm(); in computeCount()
739 EndV++; in computeCount()
[all …]