Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7217 const APInt &ExitsCount = ConstExits->getAPInt(); in processLoop() local
7220 if (ExitsCount.ult(std::numeric_limits<unsigned>::max())) { in processLoop()
7221 ExpectedTC = static_cast<unsigned>(ExitsCount.getZExtValue()) + 1; in processLoop()