Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h94 template <typename T, unsigned Bits> struct BitPatterns { struct
99 using Unsigned = std::make_unsigned_t<T>;
123 using BP = BitPatterns<T, Bits>; argument