Searched refs:needcopysign (Results 1 – 1 of 1) sorted by relevance
1013 bool needcopysign = false; in fold_pow() local1025 needcopysign = (FInfo.getId() != AMDGPULibFunc::EI_POWR) && in fold_pow()1029 needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR && in fold_pow()1037 needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR; in fold_pow()1047 if (V < 0.0) needcopysign = true; in fold_pow()1065 if (needcopysign && (FInfo.getId() == AMDGPULibFunc::EI_POW)) { in fold_pow()1116 if (needcopysign) { in fold_pow()