Replace operand i with Val.

Synopsis

Declared in <llvm/IR/User.h>

void
setOperand(
    unsigned int i,
    Value* Val);

Parameters

Name

Description

i

Operand index.

Val

The new operand value.

Created with MrDocs