Home | History | Annotate | Download | only in SimplifyLibCalls

Lines Matching full:double

6   %1 = fpext float %x to double
7 %2 = call double @ceil(double %1) nounwind readnone
8 %3 = fpext float %y to double
9 %4 = fcmp oeq double %2, %3
18 %1 = fpext float %x to double
19 %2 = call double @fabs(double %1) nounwind readnone
20 %3 = fpext float %y to double
21 %4 = fcmp oeq double %2, %3
30 %1 = fpext float %x to double
31 %2 = call double @floor(double %1) nounwind readnone
32 %3 = fpext float %y to double
33 %4 = fcmp oeq double %2, %3
42 %1 = fpext float %x to double
43 %2 = call double @nearbyint(double %1) nounwind
44 %3 = fpext float %y to double
45 %4 = fcmp oeq double %2, %3
54 %1 = fpext float %x to double
55 %2 = call double @rint(double %1) nounwind
56 %3 = fpext float %y to double
57 %4 = fcmp oeq double %2, %3
66 %1 = fpext float %x to double
67 %2 = call double @round(double %1) nounwind readnone
68 %3 = fpext float %y to double
69 %4 = fcmp oeq double %2, %3
78 %1 = fpext float %x to double
79 %2 = call double @trunc(double %1) nounwind
80 %3 = fpext float %y to double
81 %4 = fcmp oeq double %2, %3
90 %1 = fpext float %y to double
91 %2 = fpext float %x to double
92 %3 = call double @ceil(double %2) nounwind readnone
93 %4 = fcmp oeq double %1, %3
102 %1 = fpext float %y to double
103 %2 = fpext float %x to double
104 %3 = call double @fabs(double %2) nounwind readnone
105 %4 = fcmp oeq double %1, %3
114 %1 = fpext float %y to double
115 %2 = fpext float %x to double
116 %3 = call double @floor(double %2) nounwind readnone
117 %4 = fcmp oeq double %1, %3
126 %1 = fpext float %y to double
127 %2 = fpext float %x to double
128 %3 = call double @nearbyint(double %2) nounwind
129 %4 = fcmp oeq double %1, %3
138 %1 = fpext float %y to double
139 %2 = fpext float %x to double
140 %3 = call double @rint(double %2) nounwind
141 %4 = fcmp oeq double %1, %3
150 %1 = fpext float %y to double
151 %2 = fpext float %x to double
152 %3 = call double @round(double %2) nounwind readnone
153 %4 = fcmp oeq double %1, %3
162 %1 = fpext float %y to double
163 %2 = fpext float %x to double
164 %3 = call double @trunc(double %2) nounwind
165 %4 = fcmp oeq double %1, %3
173 declare double @fabs(double) nounwind readnone
174 declare double @ceil(double) nounwind readnone
175 declare double @floor(double) nounwind readnone
176 declare double @nearbyint(double) nounwind readnone
177 declare double @rint(double) nounwind readnone
178 declare double @round(double) nounwind readnone
179 declare double @trunc(double) nounwind readnone