Lines Matching full:powf
134 %pow = call ninf nsz float @powf(float %x, float 5.0e-01)
154 %pow = call fast float @powf(float %x, float 5.0e-01)
172 ; CHECK-NEXT: [[POW:%.*]] = call float @powf(float [[X:%.*]], float -5.000000e-01)
175 %pow = call float @powf(float %x, float -5.0e-01)
190 %pow = call reassoc ninf float @powf(float %x, float -5.0e-01)
198 ; CHECK-NEXT: [[POW:%.*]] = call afn float @powf(float [[X:%.*]], float -5.000000e-01)
201 %pow = call afn float @powf(float %x, float -5.0e-01)
315 %pow = call afn ninf nsz float @powf(float %x, float -5.0e-01)
327 %pow = call fast float @powf(float %x, float -5.0e-01)
347 declare float @powf(float, float)