Lines Matching refs:sqrt
12 %0 = call float @llvm.sqrt.f32(float %in)
27 %0 = call <2 x float> @llvm.sqrt.v2f32(<2 x float> %in)
48 %0 = call <4 x float> @llvm.sqrt.v4f32(<4 x float> %in)
58 %sqrt = call float @llvm.sqrt.f32(float %in)
60 %res = select i1 %cmp, float 0x7FF8000000000000, float %sqrt
70 %sqrt = call float @llvm.sqrt.f32(float %in)
72 %res = select i1 %cmp, float 0x7FF8000000000000, float %sqrt
83 %sqrt = call <2 x float> @llvm.sqrt.v2f32(<2 x float> %in)
85 … <2 x i1> %cmp, <2 x float> <float 0x7FF8000000000000, float 0x7FF8000000000000>, <2 x float> %sqrt
96 %sqrt = call <2 x float> @llvm.sqrt.v2f32(<2 x float> %in)
98 … <2 x i1> %cmp, <2 x float> <float 0x7FF8000000000000, float 0x7FF8000000000000>, <2 x float> %sqrt
103 declare float @llvm.sqrt.f32(float %in)
104 declare <2 x float> @llvm.sqrt.v2f32(<2 x float> %in)
105 declare <4 x float> @llvm.sqrt.v4f32(<4 x float> %in)