Lines Matching refs:cos
26 ; CHECK: test_v2f32.cos:
27 define %v2f32 @test_v2f32.cos(%v2f32 %a) {
28 ; CHECK: cos
29 %1 = call %v2f32 @llvm.cos.v2f32(%v2f32 %a)
114 declare %v2f32 @llvm.cos.v2f32(%v2f32) #0
150 ; CHECK: test_v4f32.cos:
151 define %v4f32 @test_v4f32.cos(%v4f32 %a) {
152 ; CHECK: cos
153 %1 = call %v4f32 @llvm.cos.v4f32(%v4f32 %a)
238 declare %v4f32 @llvm.cos.v4f32(%v4f32) #0
274 ; CHECK: test_v2f64.cos:
275 define %v2f64 @test_v2f64.cos(%v2f64 %a) {
276 ; CHECK: cos
277 %1 = call %v2f64 @llvm.cos.v2f64(%v2f64 %a)
362 declare %v2f64 @llvm.cos.v2f64(%v2f64) #0