llvm_sys::core

Function LLVMGetNNeg

Source
pub unsafe extern "C" fn LLVMGetNNeg(
    NonNegInst: LLVMValueRef,
) -> LLVMBool
Expand description

Gets if the instruction has the non-negative flag set.

Only valid for zext instructions.