Lines Matching refs:trunc
9 %trunc = tail call double @llvm.trunc.f64(double %round)
10 store double %trunc, double addrspace(1)* %p, align 8
20 %trunc = tail call float @llvm.trunc.f32(float %round)
21 store float %trunc, float addrspace(1)* %p, align 4
34 %trunc = tail call <2 x float> @llvm.trunc.v2f32(<2 x float> %round)
35 store <2 x float> %trunc, <2 x float> addrspace(1)* %p, align 8
45 %trunc = tail call float @llvm.trunc.f32(float %round)
46 store float %trunc, float addrspace(1)* %p, align 4
56 %trunc = tail call float @llvm.trunc.f32(float %round)
57 store float %trunc, float addrspace(1)* %p, align 4
67 %trunc = tail call float @llvm.trunc.f32(float %round)
68 store float %trunc, float addrspace(1)* %p, align 4
78 %round = tail call float @llvm.trunc.f32(float %v)
79 %trunc = tail call float @llvm.trunc.f32(float %round)
80 store float %trunc, float addrspace(1)* %p, align 4
84 declare double @llvm.trunc.f64(double)
85 declare float @llvm.trunc.f32(float)
86 declare <2 x float> @llvm.trunc.v2f32(<2 x float>)