Lines Matching refs:frexp
6 declare float @llvm.amdgcn.frexp.mant.f32(float) #0
7 declare double @llvm.amdgcn.frexp.mant.f64(double) #0
12 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %src)
13 store float %frexp.mant, float addrspace(1)* %out
21 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %fabs.src)
22 store float %frexp.mant, float addrspace(1)* %out
31 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %fneg.fabs.src)
32 store float %frexp.mant, float addrspace(1)* %out
39 %frexp.mant = call double @llvm.amdgcn.frexp.mant.f64(double %src)
40 store double %frexp.mant, double addrspace(1)* %out
48 %frexp.mant = call double @llvm.amdgcn.frexp.mant.f64(double %fabs.src)
49 store double %frexp.mant, double addrspace(1)* %out
58 %frexp.mant = call double @llvm.amdgcn.frexp.mant.f64(double %fneg.fabs.src)
59 store double %frexp.mant, double addrspace(1)* %out