class MDVector

Declaration

template <typename Metadata>
class MDVector : public Vector { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/PBQP/Math.h:255

Inherits from: Vector

Templates

Metadata

Method Overview

Inherited from Vector:

Methods

MDVector<Metadata>(const llvm::PBQP::Vector& v)

Declared at: llvm/include/llvm/CodeGen/PBQP/Math.h:257

Parameters

const llvm::PBQP::Vector& v

MDVector<Metadata>(llvm::PBQP::Vector&& v)

Declared at: llvm/include/llvm/CodeGen/PBQP/Math.h:258

Parameters

llvm::PBQP::Vector&& v

const Metadata& getMetadata() const

Declared at: llvm/include/llvm/CodeGen/PBQP/Math.h:260