Function llvm_sys::core::LLVMConstGEPWithNoWrapFlags

source ยท
pub unsafe extern "C" fn LLVMConstGEPWithNoWrapFlags(
    Ty: LLVMTypeRef,
    ConstantVal: LLVMValueRef,
    ConstantIndices: *mut LLVMValueRef,
    NumIndices: c_uint,
    NoWrapFlags: LLVMGEPNoWrapFlags,
) -> LLVMValueRef
Expand description

Creates a constant GetElementPtr expression.

Similar to LLVMConstGEP2, but allows specifying the no-wrap flags.