Searched refs:NotLessStart (Results 1 – 1 of 1) sorted by relevance
637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local638 if (NotLessStart == EndIdx) in findIndexesLiveAt()640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()