Searched refs:find_first_unset (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp217 const int64_t FirstUncovered = TypeIdxsCovered.find_first_unset();
240 const int64_t FirstUncovered = ImmIdxsCovered.find_first_unset();
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp46 int NextPaddingByte = UseMap.find_first_unset();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h251 int find_first_unset() const { function in class:llvm::SmallBitVector
259 return getPointer()->find_first_unset();
H A DBitVector.h314 /// find_first_unset - Returns the index of the first unset bit, -1 if all
316 int find_first_unset() const { return find_first_unset_in(0, Size); } function in namespace:llvm

Completed in 178 milliseconds