Lines Matching refs:sin
19 %sin = call float @llvm.sin.f32(float %x)
20 store float %sin, float addrspace(1)* %out
35 %sin = call float @llvm.sin.f32(float %y)
36 store float %sin, float addrspace(1)* %out
51 %sin = call float @llvm.sin.f32(float %y)
52 store float %sin, float addrspace(1)* %out
66 %sin = call float @llvm.sin.f32(float %y)
67 store float %sin, float addrspace(1)* %out
84 %sin = call <4 x float> @llvm.sin.v4f32( <4 x float> %vx)
85 store <4 x float> %sin, <4 x float> addrspace(1)* %out
89 declare float @llvm.sin.f32(float) readnone
90 declare <4 x float> @llvm.sin.v4f32(<4 x float>) readnone