enum SelectPatternNaNBehavior

Description

Behavior when a floating point min/max is given one NaN and one non-NaN as input.

Declared at: llvm/include/llvm/Analysis/ValueTracking.h:589

Enumerators

NameValueComment
SPNB_NA0
SPNB_RETURNS_NAN1NaN behavior not applicable.
SPNB_RETURNS_OTHER2Given one NaN input, returns the NaN.
SPNB_RETURNS_ANY3Given one NaN input, returns the non-NaN.