Lines Matching refs:SelectPatternNaNBehaviour
6066 SelectPatternNaNBehaviour VsNaNRetVal) const { in getFPMinMaxOpcForSelect()
6067 assert(VsNaNRetVal != SelectPatternNaNBehaviour::NOT_APPLICABLE && in getFPMinMaxOpcForSelect()
6078 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_OTHER) in getFPMinMaxOpcForSelect()
6080 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_NAN) in getFPMinMaxOpcForSelect()
6091 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_OTHER) in getFPMinMaxOpcForSelect()
6093 if (VsNaNRetVal == SelectPatternNaNBehaviour::RETURNS_NAN) in getFPMinMaxOpcForSelect()
6103 CombinerHelper::SelectPatternNaNBehaviour
6110 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()
6143 SelectPatternNaNBehaviour ResWithKnownNaNInfo = in matchFPSelectToMinMax()
6145 if (ResWithKnownNaNInfo == SelectPatternNaNBehaviour::NOT_APPLICABLE) in matchFPSelectToMinMax()
6150 if (ResWithKnownNaNInfo == SelectPatternNaNBehaviour::RETURNS_NAN) in matchFPSelectToMinMax()
6151 ResWithKnownNaNInfo = SelectPatternNaNBehaviour::RETURNS_OTHER; in matchFPSelectToMinMax()
6152 else if (ResWithKnownNaNInfo == SelectPatternNaNBehaviour::RETURNS_OTHER) in matchFPSelectToMinMax()
6153 ResWithKnownNaNInfo = SelectPatternNaNBehaviour::RETURNS_NAN; in matchFPSelectToMinMax()