Searched refs:fitsInFPType (Results 1 – 1 of 1) sorted by relevance
1452 static bool fitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in fitsInFPType() function1463 if (fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()1466 if (fitsInFPType(CFP, APFloat::IEEEsingle())) in shrinkFPConstant()1470 if (fitsInFPType(CFP, APFloat::IEEEdouble())) in shrinkFPConstant()