llvm_sys::core

Function 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.