Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml507 external array_type : lltype -> int -> lltype = "llvm_array_type"
H A Dllvm_ocaml.c569 LLVMTypeRef llvm_array_type(LLVMTypeRef ElementTy, value Count) { in llvm_array_type() function