Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp313 Elts.push_back(clone_constant(LLVMGetAggregateElement(Cst, i), M)); in clone_constant_impl()
372 Elts.push_back(clone_constant(LLVMGetAggregateElement(Cst, i), M)); in clone_constant_impl()
/llvm-project-15.0.7/llvm/docs/
H A DReleaseNotes.rst277 * Add ``LLVMGetAggregateElement`` function as a wrapper for
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2128 LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx);
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1451 LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx) { in LLVMGetAggregateElement() function