Searched refs:SelectPatternNaNBehaviour (Results 1 – 2 of 2) sorted by relevance
867 enum class SelectPatternNaNBehaviour { enum880 SelectPatternNaNBehaviour897 SelectPatternNaNBehaviour VsNaNRetVal) const;
6066 SelectPatternNaNBehaviour VsNaNRetVal) const { in getFPMinMaxOpcForSelect()6080 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_NAN) in getFPMinMaxOpcForSelect()6093 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_NAN) in getFPMinMaxOpcForSelect()6103 CombinerHelper::SelectPatternNaNBehaviour6110 return SelectPatternNaNBehaviour::NOT_APPLICABLE; in computeRetValAgainstNaN()6112 return SelectPatternNaNBehaviour::RETURNS_ANY; in computeRetValAgainstNaN()6116 return LHSSafe ? SelectPatternNaNBehaviour::RETURNS_NAN in computeRetValAgainstNaN()6117 : SelectPatternNaNBehaviour::RETURNS_OTHER; in computeRetValAgainstNaN()6120 return LHSSafe ? SelectPatternNaNBehaviour::RETURNS_OTHER in computeRetValAgainstNaN()6121 : SelectPatternNaNBehaviour::RETURNS_NAN; in computeRetValAgainstNaN()[all …]