Home
last modified time | relevance | path

Searched refs:LLVMGetAggregateElement (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp315 Elts.push_back(clone_constant(LLVMGetAggregateElement(Cst, i), M)); in clone_constant_impl()
374 Elts.push_back(clone_constant(LLVMGetAggregateElement(Cst, i), M)); in clone_constant_impl()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2149 LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c973 return ptr_to_option(LLVMGetAggregateElement(Const, Int_val(N))); in llvm_aggregate_element()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1462 LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx) { in LLVMGetAggregateElement() function