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/
DCore.h2922 void LLVMGetMDNodeOperands(LLVMValueRef V, LLVMValueRef *Dest);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c836 LLVMGetMDNodeOperands(V, (LLVMValueRef *)Op_val(Operands)); in llvm_get_mdnode_operands()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp1262 void LLVMGetMDNodeOperands(LLVMValueRef V, LLVMValueRef *Dest) { in LLVMGetMDNodeOperands() function