Function in this group pertain to LLVMValueRef instances that descent from llvm::User.
This includes constants, instructions, and operators.
TODO add a spelling function.
Obtain the number of operands in a llvm::User value.
Obtain an operand at a specific index in a llvm::User value.
Obtain the use of an operand at a specific index in a llvm::User value.
Set an operand at a specific index in a llvm::User value.
See Implementation
Function in this group pertain to LLVMValueRef instances that descent from llvm::User.
This includes constants, instructions, and operators.
TODO add a spelling function.