Home
last modified time | relevance | path

Searched refs:LLVMGetMDNodeOperands (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2922 void LLVMGetMDNodeOperands(LLVMValueRef V, LLVMValueRef *Dest);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c836 LLVMGetMDNodeOperands(V, (LLVMValueRef *)Op_val(Operands)); in llvm_get_mdnode_operands()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1262 void LLVMGetMDNodeOperands(LLVMValueRef V, LLVMValueRef *Dest) { in LLVMGetMDNodeOperands() function