Home
last modified time | relevance | path

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

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