llvm_sys::core

Function LLVMSetIsInBounds

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

Set the given GEP instruction to be inbounds or not.