Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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