pub unsafe extern "C" fn LLVMSetNNeg(
NonNegInst: LLVMValueRef,
IsNonNeg: LLVMBool,
)
Expand description
Sets the non-negative flag for the instruction.
Only valid for zext instructions.
pub unsafe extern "C" fn LLVMSetNNeg(
NonNegInst: LLVMValueRef,
IsNonNeg: LLVMBool,
)
Sets the non-negative flag for the instruction.
Only valid for zext instructions.