Searched refs:c_exp (Results 1 – 2 of 2) sorted by relevance
3096 const float c_exp = numbers::log2ef; in lowerFEXP() local3101 SDValue C = DAG.getConstantFP(IsExp10 ? c_exp10 : c_exp, SL, VT); in lowerFEXP()
3717 const float c_exp = numbers::log2ef; in legalizeFExp() local3722 auto C = B.buildFConstant(Ty, IsExp10 ? c_exp10 : c_exp); in legalizeFExp()