Home
last modified time | relevance | path

Searched refs:RETURNS_NAN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h941 RETURNS_NAN, /// Given one NaN input, returns the NaN. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6363 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_NAN) in getFPMinMaxOpcForSelect()
6376 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_NAN) in getFPMinMaxOpcForSelect()
6399 return LHSSafe ? SelectPatternNaNBehaviour::RETURNS_NAN in computeRetValAgainstNaN()
6404 : SelectPatternNaNBehaviour::RETURNS_NAN; in computeRetValAgainstNaN()
6433 if (ResWithKnownNaNInfo == SelectPatternNaNBehaviour::RETURNS_NAN) in matchFPSelectToMinMax()
6436 ResWithKnownNaNInfo = SelectPatternNaNBehaviour::RETURNS_NAN; in matchFPSelectToMinMax()