Function llvm_sys::core::LLVMBuildInBoundsGEP

source ยท
pub unsafe extern "C" fn LLVMBuildInBoundsGEP(
    B: LLVMBuilderRef,
    Pointer: LLVMValueRef,
    Indices: *mut LLVMValueRef,
    NumIndices: c_uint,
    Name: *const c_char,
) -> LLVMValueRef
๐Ÿ‘ŽDeprecated since 14.0: Use LLVMBuildInBoundsGEP2 instead to support opaque pointers.