Lines Matching refs:sin
20 %sin = call float @llvm.sin.f32(float %x)
21 store float %sin, float addrspace(1)* %out
34 %sin = call float @llvm.sin.f32(float %y)
35 store float %sin, float addrspace(1)* %out
49 %sin = call float @llvm.sin.f32(float %y)
50 store float %sin, float addrspace(1)* %out
64 %sin = call reassoc float @llvm.sin.f32(float %y)
65 store float %sin, float addrspace(1)* %out
78 %sin = call float @llvm.sin.f32(float %y)
79 store float %sin, float addrspace(1)* %out
93 %sin = call float @llvm.sin.f32(float %y)
94 store float %sin, float addrspace(1)* %out
108 %sin = call reassoc float @llvm.sin.f32(float %y)
109 store float %sin, float addrspace(1)* %out
122 %sin = call float @llvm.sin.f32(float %y)
123 store float %sin, float addrspace(1)* %out
136 %sin = call float @llvm.sin.f32(float %y)
137 store float %sin, float addrspace(1)* %out
150 %sin = call reassoc float @llvm.sin.f32(float %y)
151 store float %sin, float addrspace(1)* %out
168 %sin = call <4 x float> @llvm.sin.v4f32( <4 x float> %vx)
169 store <4 x float> %sin, <4 x float> addrspace(1)* %out
173 declare float @llvm.sin.f32(float) #0
174 declare <4 x float> @llvm.sin.v4f32(<4 x float>) #0