Searched refs:ExitsCount (Results 1 – 1 of 1) sorted by relevance
7217 const APInt &ExitsCount = ConstExits->getAPInt(); in processLoop() local7220 if (ExitsCount.ult(std::numeric_limits<unsigned>::max())) { in processLoop()7221 ExpectedTC = static_cast<unsigned>(ExitsCount.getZExtValue()) + 1; in processLoop()