Set an operand.

Synopsis

Declared in <llvm/IR/Metadata.h>

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

Description

Sets the operand directly, without worrying about uniquing.

Parameters

Name

Description

I

Zero‐based operand index.

New

Replacement metadata operand.

Created with MrDocs