Lines Matching full:ceil
4 declare double @llvm.ceil.f64(double) nounwind readnone
5 declare <2 x double> @llvm.ceil.v2f64(<2 x double>) nounwind readnone
6 declare <3 x double> @llvm.ceil.v3f64(<3 x double>) nounwind readnone
7 declare <4 x double> @llvm.ceil.v4f64(<4 x double>) nounwind readnone
8 declare <8 x double> @llvm.ceil.v8f64(<8 x double>) nounwind readnone
9 declare <16 x double> @llvm.ceil.v16f64(<16 x double>) nounwind readnone
32 %y = call double @llvm.ceil.f64(double %x) nounwind readnone
41 %y = call <2 x double> @llvm.ceil.v2f64(<2 x double> %x) nounwind readnone
51 ; %y = call <3 x double> @llvm.ceil.v3f64(<3 x double> %x) nounwind readnone
62 %y = call <4 x double> @llvm.ceil.v4f64(<4 x double> %x) nounwind readnone
77 %y = call <8 x double> @llvm.ceil.v8f64(<8 x double> %x) nounwind readnone
100 %y = call <16 x double> @llvm.ceil.v16f64(<16 x double> %x) nounwind readnone