Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h942 RETURNS_OTHER, /// Given one NaN input, returns the non-NaN. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6361 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_OTHER) in getFPMinMaxOpcForSelect()
6374 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_OTHER) in getFPMinMaxOpcForSelect()
6400 : SelectPatternNaNBehaviour::RETURNS_OTHER; in computeRetValAgainstNaN()
6403 return LHSSafe ? SelectPatternNaNBehaviour::RETURNS_OTHER in computeRetValAgainstNaN()
6434 ResWithKnownNaNInfo = SelectPatternNaNBehaviour::RETURNS_OTHER; in matchFPSelectToMinMax()
6435 else if (ResWithKnownNaNInfo == SelectPatternNaNBehaviour::RETURNS_OTHER) in matchFPSelectToMinMax()