Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Common/
H A Dconstexpr-bitset.h31 constexpr BitSet(Word b) : bits_{b} {} in BitSet() function
34 constexpr BitSet() {} in BitSet() function
35 constexpr BitSet(const std::initializer_list<int> &xs) { in BitSet() function
/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc352 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7837 bool BitSet = V.isUndef() ? false : V->getAsZExtVal(); LowerBUILD_VECTOR_i1() local