Searched refs:InitV (Results 1 – 1 of 1) sorted by relevance
553 int64_t InitV, EndV; in getLoopTripCount() local562 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()