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.
pub unsafe extern "C" fn LLVMSetIsInBounds(
GEP: LLVMValueRef,
InBounds: LLVMBool
)
Set the given GEP instruction to be inbounds or not.