Lines Matching refs:powi
14 ; CHECK: test_v2f32.powi:
15 define %v2f32 @test_v2f32.powi(%v2f32 %a, i32 %b) {
17 %1 = call %v2f32 @llvm.powi.v2f32(%v2f32 %a, i32 %b)
112 declare %v2f32 @llvm.powi.v2f32(%v2f32, i32) #0
138 ; CHECK: test_v4f32.powi:
139 define %v4f32 @test_v4f32.powi(%v4f32 %a, i32 %b) {
141 %1 = call %v4f32 @llvm.powi.v4f32(%v4f32 %a, i32 %b)
236 declare %v4f32 @llvm.powi.v4f32(%v4f32, i32) #0
262 ; CHECK: test_v2f64.powi:
263 define %v2f64 @test_v2f64.powi(%v2f64 %a, i32 %b) {
265 %1 = call %v2f64 @llvm.powi.v2f64(%v2f64 %a, i32 %b)
360 declare %v2f64 @llvm.powi.v2f64(%v2f64, i32) #0