Lines Matching refs:ceil
5 declare float @llvm.ceil.f32(float) nounwind readnone
6 declare <2 x float> @llvm.ceil.v2f32(<2 x float>) nounwind readnone
7 declare <3 x float> @llvm.ceil.v3f32(<3 x float>) nounwind readnone
8 declare <4 x float> @llvm.ceil.v4f32(<4 x float>) nounwind readnone
9 declare <8 x float> @llvm.ceil.v8f32(<8 x float>) nounwind readnone
10 declare <16 x float> @llvm.ceil.v16f32(<16 x float>) nounwind readnone
17 %y = call float @llvm.ceil.f32(float %x) nounwind readnone
29 %y = call <2 x float> @llvm.ceil.v2f32(<2 x float> %x) nounwind readnone
45 %y = call <3 x float> @llvm.ceil.v3f32(<3 x float> %x) nounwind readnone
61 %y = call <4 x float> @llvm.ceil.v4f32(<4 x float> %x) nounwind readnone
86 %y = call <8 x float> @llvm.ceil.v8f32(<8 x float> %x) nounwind readnone
129 %y = call <16 x float> @llvm.ceil.v16f32(<16 x float> %x) nounwind readnone