Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h355 auto UnderlyingIt = Intervals.find(Index); in find() local
356 if (UnderlyingIt == Intervals.end()) in find()
358 auto It = const_iterator(UnderlyingIt); in find()