Searched refs:MaxIt (Results 1 – 1 of 1) sorted by relevance
285 auto MaxIt = ::llvm::max_element(AllCS); in toYaml() local286 assert(MaxIt != AllCS.end() && "We should have a max value because the " in toYaml()290 for (auto I = 0U; I <= *MaxIt; ++I) { in toYaml()