Searched refs:c_log (Results 1 – 2 of 2) sorted by relevance
2788 const float c_log = 0x1.62e42ep-1f; in LowerFLOGCommon() local2791 SDValue C = DAG.getConstantFP(IsLog10 ? c_log10 : c_log, DL, VT); in LowerFLOGCommon()
3446 const float c_log = 0x1.62e42ep-1f; in legalizeFlogCommon() local3449 auto C = B.buildFConstant(Ty, IsLog10 ? c_log10 : c_log); in legalizeFlogCommon()