Home
last modified time | relevance | path

Searched refs:llvm_operand (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml567 external operand : llvalue -> int -> llvalue = "llvm_operand"
H A Dllvm_ocaml.c734 LLVMValueRef llvm_operand(LLVMValueRef V, value I) { in llvm_operand() function