Searched refs:LLVMGetAggregateElement (Results 1 – 4 of 4) sorted by relevance
313 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()
277 * Add ``LLVMGetAggregateElement`` function as a wrapper for
2128 LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx);
1451 LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx) { in LLVMGetAggregateElement() function