Searched refs:ch_log (Results 1 – 2 of 2) sorted by relevance
3405 const float ch_log = 0x1.62e000p-1f; in legalizeFlogCommon() local3408 auto CH = B.buildFConstant(Ty, IsLog10 ? ch_log10 : ch_log); in legalizeFlogCommon()
2748 const float ch_log = 0x1.62e000p-1f; in LowerFLOGCommon() local2751 SDValue CH = DAG.getConstantFP(IsLog10 ? ch_log10 : ch_log, DL, VT); in LowerFLOGCommon()