LLVMSetOperand

Set an operand at a specific index in a llvm::User value.

@see llvm::User::setOperand()

extern (C) nothrow
void
LLVMSetOperand
(
LLVMValueRef User
,
uint Index
,
LLVMValueRef Val
)

Meta