Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h414 MDMatrix(const Matrix &m) : Matrix(m), md(*this) { } in MDMatrix() function
415 MDMatrix(Matrix &&m) : Matrix(std::move(m)), md(*this) { } in MDMatrix() function