search for: llvmgetnumoperands

Displaying 3 results from an estimated 3 matches for "llvmgetnumoperands".

2010 Aug 17
0
[LLVMdev] Ocaml bindings in 2.8
...> 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? Oops, I forgot to expose an equivalent LLVMGetNumOperands. I'll get that into 2.8. > I need some primitives that check kinds of instructions, and access > operands or other properties of a kind of instruction. Can 'operand' > work for this requirement? That I'm not sure about. Anyone know what's the best way to do this?
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
2013 Sep 30
1
[LLVMdev] RFC: llvm-shlib-test (Was: [llvm] r191029 - llvm-c: Make LLVMGetFirstTarget a proper prototype)
Attached is what I got thus far. What I'm struggling with is proper integration in build system. What is in there is just wild guesses from my side, both on autoconf and cmake variants. It would be great if someone with proper knowledge of the buildsystems could have a look. Also I'm not sure how to properly handle compilation on msvc - clearly "-std=c11 -Wstrict-prototypes" is