Lines Matching refs:round
4 declare float @llvm.round.f32(float)
5 declare double @round(double) #0
6 declare double @llvm.round.f64(double)
18 %x = call float @llvm.round.f32(float -1.25) #0
32 %x = call float @llvm.round.f32(float -1.5) #0
46 %x = call float @llvm.round.f32(float -2.75) #0
53 %x = call double @round(double 1.3) #0
60 %x = call double @llvm.round.f64(double -1.3) #0
67 %x = call double @round(double 1.5) #0
74 %x = call double @llvm.round.f64(double -1.5) #0
81 %x = call double @round(double 2.7) #0
88 %x = call double @llvm.round.f64(double -2.7) #0