pub unsafe extern "C" fn LLVMGEPSetNoWrapFlags(
GEP: LLVMValueRef,
NoWrapFlags: LLVMGEPNoWrapFlags,
)Expand description
Set the no-wrap related flags for the given GEP instruction.
pub unsafe extern "C" fn LLVMGEPSetNoWrapFlags(
GEP: LLVMValueRef,
NoWrapFlags: LLVMGEPNoWrapFlags,
)Set the no-wrap related flags for the given GEP instruction.