Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDCoalescingBitVector.h224 auto ItR = RHS.Intervals.begin();
225 while (ItL != Intervals.end() && ItR != RHS.Intervals.end() &&
226 ItL.start() == ItR.start() && ItL.stop() == ItR.stop()) {
228 ++ItR;
230 return ItL == Intervals.end() && ItR == RHS.Intervals.end();
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDComplexDeinterleavingPass.cpp1329 auto ItR = RealAddends.begin(); in identifyAdditions() local
1330 auto [R, IsPositiveR] = *ItR; in identifyAdditions()
1390 RealAddends.erase(ItR); in identifyAdditions()
1405 for (auto ItR = RealAddends.begin(); ItR != RealAddends.end(); ++ItR) { in extractPositiveAddend() local
1407 auto [R, IsPositiveR] = *ItR; in extractPositiveAddend()
1412 RealAddends.erase(ItR); in extractPositiveAddend()