Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dsysinfo.cc327 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc329 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7421 bool BitSet = V.isUndef() ? false : cast<ConstantSDNode>(V)->getZExtValue(); in LowerBUILD_VECTOR_i1() local