pub unsafe extern "C" fn LLVMGetNNeg(
NonNegInst: LLVMValueRef,
) -> LLVMBoolExpand description
Gets if the instruction has the non-negative flag set.
Only valid for zext instructions.
pub unsafe extern "C" fn LLVMGetNNeg(
NonNegInst: LLVMValueRef,
) -> LLVMBoolGets if the instruction has the non-negative flag set.
Only valid for zext instructions.