Return an existing uniqued tuple for MDs, or null if none.
Declared in <llvm/IR/Metadata.h>
static
MDTuple*
getIfExists(
LLVMContext& Context,
ArrayRef<Metadata*> MDs);
An existing uniqued tuple for MDs, or null.
| Name | Description |
|---|---|
| Context | LLVM context that owns the tuple. |
| MDs | Operand metadata. |