Lines Matching full:sqrt
8 ; CHECK: test_v2f32.sqrt:
9 define %v2f32 @test_v2f32.sqrt(%v2f32 %a) {
10 ; CHECK: sqrt
11 %1 = call %v2f32 @llvm.sqrt.v2f32(%v2f32 %a)
111 declare %v2f32 @llvm.sqrt.v2f32(%v2f32) #0
132 ; CHECK: test_v4f32.sqrt:
133 define %v4f32 @test_v4f32.sqrt(%v4f32 %a) {
134 ; CHECK: sqrt
135 %1 = call %v4f32 @llvm.sqrt.v4f32(%v4f32 %a)
235 declare %v4f32 @llvm.sqrt.v4f32(%v4f32) #0
256 ; CHECK: test_v2f64.sqrt:
257 define %v2f64 @test_v2f64.sqrt(%v2f64 %a) {
258 ; CHECK: sqrt
259 %1 = call %v2f64 @llvm.sqrt.v2f64(%v2f64 %a)
359 declare %v2f64 @llvm.sqrt.v2f64(%v2f64) #0