pub unsafe extern "C" fn LLVMGetIsDisjoint(
    Inst: LLVMValueRef
) -> LLVMBool
Expand description

Gets whether the instruction has the disjoint flag set.

Only valid for or instructions.