Lines Matching refs:ceil
5 declare double @llvm.ceil.f64(double) nounwind readnone
6 declare <2 x double> @llvm.ceil.v2f64(<2 x double>) nounwind readnone
7 declare <3 x double> @llvm.ceil.v3f64(<3 x double>) nounwind readnone
8 declare <4 x double> @llvm.ceil.v4f64(<4 x double>) nounwind readnone
9 declare <8 x double> @llvm.ceil.v8f64(<8 x double>) nounwind readnone
10 declare <16 x double> @llvm.ceil.v16f64(<16 x double>) nounwind readnone
34 %y = call double @llvm.ceil.f64(double %x) nounwind readnone
43 %y = call <2 x double> @llvm.ceil.v2f64(<2 x double> %x) nounwind readnone
53 ; %y = call <3 x double> @llvm.ceil.v3f64(<3 x double> %x) nounwind readnone
64 %y = call <4 x double> @llvm.ceil.v4f64(<4 x double> %x) nounwind readnone
79 %y = call <8 x double> @llvm.ceil.v8f64(<8 x double> %x) nounwind readnone
102 %y = call <16 x double> @llvm.ceil.v16f64(<16 x double> %x) nounwind readnone