Searched refs:ItNext (Results 1 – 2 of 2) sorted by relevance
7501 auto ItNext = ItCurrent; in verifyNoAliasScopeDecl() local7503 ++ItNext; in verifyNoAliasScopeDecl()7504 } while (ItNext != NoAliasScopeDecls.end() && in verifyNoAliasScopeDecl()7505 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()7510 if (ItNext - ItCurrent < 32) in verifyNoAliasScopeDecl()7511 for (auto *I : llvm::make_range(ItCurrent, ItNext)) in verifyNoAliasScopeDecl()7512 for (auto *J : llvm::make_range(ItCurrent, ItNext)) in verifyNoAliasScopeDecl()7518 ItCurrent = ItNext; in verifyNoAliasScopeDecl()
15166 auto *ItNext = std::next(Vectors.begin()); in tryToGatherSingleRegisterExtractElements() local15167 PairMax = SingleMax + ItNext->second.size(); in tryToGatherSingleRegisterExtractElements()