pub unsafe extern "C" fn LLVMBuildGEPWithNoWrapFlags(
B: LLVMBuilderRef,
Ty: LLVMTypeRef,
Pointer: LLVMValueRef,
Indices: *mut LLVMValueRef,
NumIndices: c_uint,
Name: *const c_char,
NoWrapFlags: LLVMGEPNoWrapFlags,
) -> LLVMValueRefExpand description
Creates a GetElementPtr instruction. Similar to LLVMBuildGEP2, but allows specifying the no-wrap flags.
@see llvm::IRBuilder::CreateGEP()