• Home
  • Raw
  • Download

Lines Matching refs:call

8   %call = tail call float @floorf(float %a) nounwind readnone
9 ret float %call
19 %call = tail call double @floor(double %a) nounwind readnone
20 ret double %call
29 %call = tail call float @nearbyintf(float %a) nounwind readnone
30 ret float %call
39 %call = tail call double @nearbyint(double %a) nounwind readnone
40 ret double %call
50 %call = tail call float @ceilf(float %a) nounwind readnone
51 ret float %call
61 %call = tail call double @ceil(double %a) nounwind readnone
62 ret double %call
71 %call = tail call float @rintf(float %a) nounwind readnone
72 ret float %call
81 %call = tail call double @rint(double %a) nounwind readnone
82 ret double %call
92 %call = tail call float @truncf(float %a) nounwind readnone
93 ret float %call
103 %call = tail call double @trunc(double %a) nounwind readnone
104 ret double %call
114 %call = tail call float @roundf(float %a) nounwind readnone
115 ret float %call
125 %call = tail call double @round(double %a) nounwind readnone
126 ret double %call
136 %call = tail call float @floorf(float %a) nounwind readnone
137 ret float %call
145 %call = tail call double @floor(double %a) nounwind readnone
146 ret double %call
154 %call = tail call float @ceilf(float %a) nounwind readnone
155 ret float %call
163 %call = tail call double @ceil(double %a) nounwind readnone
164 ret double %call
172 %call = tail call float @truncf(float %a) nounwind readnone
173 ret float %call
181 %call = tail call double @trunc(double %a) nounwind readnone
182 ret double %call
190 %call = tail call float @roundf(float %a) nounwind readnone
191 ret float %call
199 %call = tail call double @round(double %a) nounwind readnone
200 ret double %call