search for: set_operand

Displaying 2 results from an estimated 2 matches for "set_operand".

Did you mean: getoperand
2010 Aug 20
0
[LLVMdev] Ocaml bindings in 2.8
...ure you could either file a bug report or send the patch to llvm-commits. If no one replies, feel free to let me know directly, since ocaml patches don't come around that often so I may miss one here and there. Also, I fixed the llvm_params bug in trunk, as well as exposed a num_operands and a set_operand for you.
2010 Aug 15
4
[LLVMdev] Ocaml bindings in 2.8
Hi, Does 2.8 release plan to change anything in Ocaml bindings? http://llvm.org/docs/ReleaseNotes.html#whatsnew does not list any relevant features. 2.7 added 'operand' that can access each operand from a value. external operand : llvalue -> int -> llvalue = "llvm_operand" Does this binding also expose a primitive to return how many operands a given value has? I need