reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/CodeGenDAGPatterns.h
   61   static unsigned constexpr WordWidth = CHAR_BIT*sizeof(WordType);
   74     for (WordType W : Words)
   80     std::memset(Words.data(), 0, NumWords*sizeof(WordType));
   84     for (WordType W : Words)
  151         WordType W = Set->Words[SkipWords];
  152         W &= maskLeadingOnes<WordType>(WordWidth-SkipBits);
  160         WordType W = Set->Words[i];
  188   std::array<WordType,NumWords> Words;