Home
last modified time | relevance | path

Searched defs:find_prev (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h308 int find_prev(unsigned PriorTo) const { in find_prev() function
H A DBitVector.h312 int find_prev(unsigned PriorTo) const { return find_last_in(0, PriorTo); } in find_prev() function