LLVMGetElementAsConstant

Function LLVMGetElementAsConstant 

Source
pub unsafe extern "C" fn LLVMGetElementAsConstant(
    C: LLVMValueRef,
    idx: c_uint,
) -> LLVMValueRef
Expand description

Get an element at specified index as a constant.

@see ConstantDataSequential::getElementAsConstant()