Lines Matching full:ceil
577 ;CHECK: llvm.ceil.v4f32
588 %call = tail call float @llvm.ceil.f32(float %0) nounwind readnone
600 declare float @llvm.ceil.f32(float) nounwind readnone
603 ;CHECK: llvm.ceil.v4f64
614 %call = tail call double @llvm.ceil.f64(double %0) nounwind readnone
626 declare double @llvm.ceil.f64(double) nounwind readnone