Function llvm_sys::core::LLVMSetIsInBounds

source ยท
pub unsafe extern "C" fn LLVMSetIsInBounds(
    GEP: LLVMValueRef,
    InBounds: LLVMBool
)
Expand description

Set the given GEP instruction to be inbounds or not.