Searched defs:LLVMGetAggregateElement (Results 1 – 2 of 2) sorted by relevance
2036 extern "C" LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx) { function
1169 pub fn LLVMGetAggregateElement(ConstantVal: &Value, Idx: c_uint) -> Option<&Value>; in LLVMGetAggregateElement() function