Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A 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