Searched refs:ItNext (Results 1 – 2 of 2) sorted by relevance
7103 auto ItNext = ItCurrent; in verifyNoAliasScopeDecl() local7105 ++ItNext; in verifyNoAliasScopeDecl()7106 } while (ItNext != NoAliasScopeDecls.end() && in verifyNoAliasScopeDecl()7107 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()7112 if (ItNext - ItCurrent < 32) in verifyNoAliasScopeDecl()7113 for (auto *I : llvm::make_range(ItCurrent, ItNext)) in verifyNoAliasScopeDecl()7114 for (auto *J : llvm::make_range(ItCurrent, ItNext)) in verifyNoAliasScopeDecl()7120 ItCurrent = ItNext; in verifyNoAliasScopeDecl()
10846 auto *ItNext = std::next(Vectors.begin()); in tryToGatherSingleRegisterExtractElements() local 10847 PairMax = SingleMax + ItNext->second.size(); in tryToGatherSingleRegisterExtractElements()