Searched refs:NotLessEnd (Results 1 – 1 of 1) sorted by relevance
639 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt() local640 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()642 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()644 Idx = NotLessEnd; in findIndexesLiveAt()