Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1533 static bool fitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in fitsInFPType() function
1544 if (fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()
1547 if (fitsInFPType(CFP, APFloat::IEEEsingle())) in shrinkFPConstant()
1551 if (fitsInFPType(CFP, APFloat::IEEEdouble())) in shrinkFPConstant()