Searched defs:Bitset (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | Bitset.h | 42 constexpr Bitset(const std::array<BitWord, NumWords> &B) in Bitset() function |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBuiltin.cpp | 14180 Value *Bitset = Builder.CreateAnd(Features, Mask); EmitX86CpuSupports() local |