Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h261 int find_first_unset_in(unsigned Begin, unsigned End) const { in find_first_unset_in() function
316 int find_first_unset() const { return find_first_unset_in(0, Size); } in find_first_unset()
321 return find_first_unset_in(Prev + 1, Size); in find_next_unset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2552 DefinedBytes.find_first_unset_in(StartInBytes, EndInBytes) != -1) { in removeRedundantDbgLocsUsingBackwardScan()