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.
pub unsafe extern "C" fn LLVMGetNNeg(
NonNegInst: LLVMValueRef,
) -> LLVMBool
Gets if the instruction has the non-negative flag set.
Only valid for zext instructions.