Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ADT/
DCoalescingBitVector.h347 auto UnderlyingIt = Intervals.find(Index); in find() local
348 if (UnderlyingIt == Intervals.end()) in find()
350 auto It = const_iterator(UnderlyingIt); in find()