pub unsafe extern "C" fn LLVMSetIsDisjoint(
Inst: LLVMValueRef,
IsDisjoint: LLVMBool,
)Expand description
Sets the disjoint flag for the instruction.
Only valid for or instructions.
pub unsafe extern "C" fn LLVMSetIsDisjoint(
Inst: LLVMValueRef,
IsDisjoint: LLVMBool,
)Sets the disjoint flag for the instruction.
Only valid for or instructions.