Function llvm_sys::core::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.