LLVM: llvm::SelectPatternResult Struct Reference (original) (raw)

#include "[llvm/Analysis/ValueTracking.h](ValueTracking%5F8h%5Fsource.html)"

Static Public Member Functions
static bool isMinOrMax (SelectPatternFlavor SPF)
When implementing this min/max pattern as fcmp; select, does the fcmp have to be ordered?
Public Attributes
SelectPatternFlavor Flavor
SelectPatternNaNBehavior NaNBehavior
bool Ordered
Only applicable if Flavor is SPF_FMINNUM or SPF_FMAXNUM.

Definition at line 1136 of file ValueTracking.h.

isMinOrMax()

Flavor

NaNBehavior

Ordered

bool llvm::SelectPatternResult::Ordered

Only applicable if Flavor is SPF_FMINNUM or SPF_FMAXNUM.

Definition at line 1140 of file ValueTracking.h.


The documentation for this struct was generated from the following file: