Searched refs:fitsInFPType (Results 1 – 1 of 1) sorted by relevance
1571 static bool fitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in fitsInFPType() function1582 if (PreferBFloat && fitsInFPType(CFP, APFloat::BFloat())) in shrinkFPConstant()1585 if (!PreferBFloat && fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()1588 if (fitsInFPType(CFP, APFloat::IEEEsingle())) in shrinkFPConstant()1592 if (fitsInFPType(CFP, APFloat::IEEEdouble())) in shrinkFPConstant()