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

References

include/llvm/CodeGen/PBQP/Math.h
  238   unsigned *MBegin = reinterpret_cast<unsigned*>(M.Data.get());
  240     reinterpret_cast<unsigned*>(M.Data.get() + (M.Rows * M.Cols));
  240     reinterpret_cast<unsigned*>(M.Data.get() + (M.Rows * M.Cols));
  240     reinterpret_cast<unsigned*>(M.Data.get() + (M.Rows * M.Cols));
  241   return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  241   return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));