Lines Matching refs:powi
12 ; CHECK: test_v2f32.powi:
13 define %v2f32 @test_v2f32.powi(%v2f32 %a, i32 %b) {
15 %1 = call %v2f32 @llvm.powi.v2f32(%v2f32 %a, i32 %b)
110 declare %v2f32 @llvm.powi.v2f32(%v2f32, i32) #0
136 ; CHECK: test_v4f32.powi:
137 define %v4f32 @test_v4f32.powi(%v4f32 %a, i32 %b) {
139 %1 = call %v4f32 @llvm.powi.v4f32(%v4f32 %a, i32 %b)
234 declare %v4f32 @llvm.powi.v4f32(%v4f32, i32) #0
260 ; CHECK: test_v2f64.powi:
261 define %v2f64 @test_v2f64.powi(%v2f64 %a, i32 %b) {
263 %1 = call %v2f64 @llvm.powi.v2f64(%v2f64 %a, i32 %b)
358 declare %v2f64 @llvm.powi.v2f64(%v2f64, i32) #0