Lines Matching full:exp2
215 ;CHECK: llvm.exp2.v4f32
226 %call = tail call float @llvm.exp2.f32(float %0) nounwind readnone
238 declare float @llvm.exp2.f32(float) nounwind readnone
241 ;CHECK: llvm.exp2.v4f64
252 %call = tail call double @llvm.exp2.f64(double %0) nounwind readnone
264 declare double @llvm.exp2.f64(double) nounwind readnone