LLVMSetIsInBounds

Function LLVMSetIsInBounds 

Source
pub unsafe extern "C" fn LLVMSetIsInBounds(
    GEP: *mut LLVMValue,
    InBounds: i32,
)
Expand description

Set the given GEP instruction to be inbounds or not.