Searched refs:EndV (Results 1 – 1 of 1) sorted by relevance
553 int64_t InitV, EndV; in getLoopTripCount() local557 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() local651 int64_t Dist = EndV - StartV; in computeCount()719 int64_t StartV = 0, EndV = 0; in computeCount() local723 EndV = End->getImm(); in computeCount()739 EndV++; in computeCount()[all …]