Searched defs:BitSet (Results 1 – 3 of 3) sorted by relevance
327 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
329 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
7421 bool BitSet = V.isUndef() ? false : cast<ConstantSDNode>(V)->getZExtValue(); in LowerBUILD_VECTOR_i1() local