Return a temporary tuple with operands MDs.

Synopsis

Declared in <llvm/IR/Metadata.h>

static
TempMDTuple
getTemporary(
    LLVMContext& Context,
    ArrayRef<Metadata*> MDs);

Return Value

A temporary tuple with operands MDs.

Parameters

Name

Description

Context

LLVM context that owns the node.

MDs

Operand metadata.

Created with MrDocs