Create or return a uniqued tuple of the given metadata operands.
Declared in <llvm/IR/Metadata.h>
static
MDTuple*
get(
LLVMContext& Context,
ArrayRef<Metadata*> MDs);
A uniqued tuple of the given metadata operands.
| Name | Description |
|---|---|
| Context | LLVM context that owns the tuple. |
| MDs | Operand metadata. |