Lines Matching refs:round
8 %round = tail call double @llvm.rint.f64(double %v)
9 %trunc = tail call double @llvm.trunc.f64(double %round)
19 %round = tail call float @llvm.rint.f32(float %v)
20 %trunc = tail call float @llvm.trunc.f32(float %round)
33 %round = tail call <2 x float> @llvm.rint.v2f32(<2 x float> %v)
34 %trunc = tail call <2 x float> @llvm.trunc.v2f32(<2 x float> %round)
44 %round = tail call float @llvm.ceil.f32(float %v)
45 %trunc = tail call float @llvm.trunc.f32(float %round)
55 %round = tail call float @llvm.floor.f32(float %v)
56 %trunc = tail call float @llvm.trunc.f32(float %round)
66 %round = tail call float @llvm.nearbyint.f32(float %v)
67 %trunc = tail call float @llvm.trunc.f32(float %round)
78 %round = tail call float @llvm.trunc.f32(float %v)
79 %trunc = tail call float @llvm.trunc.f32(float %round)