Function llvm_sys::core::LLVMSetIsDisjoint

source ยท
pub unsafe extern "C" fn LLVMSetIsDisjoint(
    Inst: LLVMValueRef,
    IsDisjoint: LLVMBool,
)
Expand description

Sets the disjoint flag for the instruction.

Only valid for or instructions.