getFCmpCodeWithoutNaN ‐ Given an ISD condition code comparing floats, return the equivalent code if we're allowed to assume that NaNs won't occur.

Synopsis

Declared in <llvm/CodeGen/Analysis.h>

ISD::CondCode
getFCmpCodeWithoutNaN(ISD::CondCode CC);

Return Value

The NaN‐free equivalent of CC.

Parameters

Name

Description

CC

ISD floating‐point condition code to rewrite.

Created with MrDocs