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.
pub unsafe extern "C" fn LLVMGetIsDisjoint(
Inst: LLVMValueRef,
) -> LLVMBool
Gets whether the instruction has the disjoint flag set.
Only valid for or instructions.