Home
last modified time | relevance | path

Searched defs:find_next (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallBitVector.h277 int find_next(unsigned Prev) const { in find_next() function
H A DSparseBitVector.h148 int find_next(unsigned Curr) const { in find_next() function
H A DBitVector.h301 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp109 unsigned find_next(unsigned Prev) const { in find_next() function
H A DHexagonBitSimplify.cpp100 unsigned find_next(unsigned Prev) const { in find_next() function