Function llvm_sys::core::LLVMGetIsDisjoint
source · 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.