Replace a specific operand.

Synopsis

Declared in <llvm/IR/Metadata.h>

void
replaceOperandWith(
    unsigned int I,
    Metadata* New);

Parameters

Name

Description

New

Root of the metadata hierarchy.

Created with MrDocs