Searched refs:LLVMGetAggregateElement (Results 1 – 4 of 4) sorted by relevance
315 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()
2149 LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx);
973 return ptr_to_option(LLVMGetAggregateElement(Const, Int_val(N))); in llvm_aggregate_element()
1462 LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx) { in LLVMGetAggregateElement() function