Function llvm_sys::core::LLVMBuildGEPWithNoWrapFlags
source ยท pub unsafe extern "C" fn LLVMBuildGEPWithNoWrapFlags(
B: LLVMBuilderRef,
Ty: LLVMTypeRef,
Pointer: LLVMValueRef,
Indices: *mut LLVMValueRef,
NumIndices: c_uint,
Name: *const c_char,
NoWrapFlags: LLVMGEPNoWrapFlags,
) -> LLVMValueRef
Expand description
Creates a GetElementPtr instruction.
Similar to LLVMBuildGEP2, but allows specifying the no-wrap flags.