Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp553 int64_t InitV, EndV; in getLoopTripCount() local
562 InitV = getImmediate(*InitialValue); in getLoopTripCount()
565 InitV = InitialValue->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()