Replace a specific operand.

Synopsis

Declared in <llvm/IR/Metadata.h>

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

Parameters

Name

Description

I

Zero‐based operand index.

New

Replacement metadata operand.

Created with MrDocs