Home
last modified time | relevance | path

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

/external/llvm/bindings/ocaml/llvm/
Dllvm.ml534 external const_gep : llvalue -> llvalue array -> llvalue = "llvm_const_gep"
Dllvm_ocaml.c863 CAMLprim LLVMValueRef llvm_const_gep(LLVMValueRef ConstantVal, value Indices) { in llvm_const_gep() function