Function llvm_sys::core::LLVMSetNNeg

source ยท
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.