Home
last modified time | relevance | path

Searched defs:PriorTo (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/ADT/
DBitVector.h326 int find_prev(unsigned PriorTo) const { return find_last_in(0, PriorTo); } in find_prev()
344 int find_prev_unset(unsigned PriorTo) { in find_prev_unset()
DSmallBitVector.h305 int find_prev(unsigned PriorTo) const { in find_prev()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h343 int find_prev(unsigned PriorTo) const { return find_last_in(0, PriorTo); } in find_prev()
361 int find_prev_unset(unsigned PriorTo) { in find_prev_unset()
DSmallBitVector.h305 int find_prev(unsigned PriorTo) const { in find_prev()