LLVMConstGEPWithNoWrapFlags

Function LLVMConstGEPWithNoWrapFlags 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMConstGEPWithNoWrapFlags(
    Ty: LLVMTypeRef,
    ConstantVal: LLVMValueRef,
    ConstantIndices: *mut LLVMValueRef,
    NumIndices: c_uint,
    NoWrapFlags: LLVMGEPNoWrapFlags,
) -> LLVMValueRef