Lines Matching full:sqrt
6 ; CHECK: test_v2f32.sqrt:
7 define %v2f32 @test_v2f32.sqrt(%v2f32 %a) {
9 %1 = call %v2f32 @llvm.sqrt.v2f32(%v2f32 %a)
109 declare %v2f32 @llvm.sqrt.v2f32(%v2f32) #0
130 ; CHECK: test_v4f32.sqrt:
131 define %v4f32 @test_v4f32.sqrt(%v4f32 %a) {
133 %1 = call %v4f32 @llvm.sqrt.v4f32(%v4f32 %a)
233 declare %v4f32 @llvm.sqrt.v4f32(%v4f32) #0
254 ; CHECK: test_v2f64.sqrt:
255 define %v2f64 @test_v2f64.sqrt(%v2f64 %a) {
257 %1 = call %v2f64 @llvm.sqrt.v2f64(%v2f64 %a)
357 declare %v2f64 @llvm.sqrt.v2f64(%v2f64) #0