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