Home
last modified time | relevance | path

Searched refs:needcopysign (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp958 bool needcopysign = false; in fold_pow() local
970 needcopysign = (FInfo.getId() != AMDGPULibFunc::EI_POWR) && in fold_pow()
974 needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR && in fold_pow()
982 needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR; in fold_pow()
992 if (V < 0.0) needcopysign = true; in fold_pow()
1010 if (needcopysign && (FInfo.getId() == AMDGPULibFunc::EI_POW)) { in fold_pow()
1061 if (needcopysign) { in fold_pow()