Lines Matching refs:neg

27   %neg = fsub double -0.0, %x
28 %r = call double @cos(double %neg)
37 %neg = fneg double %x
38 %r = call double @cos(double %neg)
47 %neg = fsub float -0.0, %x
48 %r = call float @cosf(float %neg)
57 %neg = fneg float %x
58 %r = call float @cosf(float %neg)
67 %neg = fsub float -0.0, %x
68 %r = call nnan reassoc float @cosf(float %neg)
77 %neg = fneg float %x
78 %r = call nnan reassoc float @cosf(float %neg)
90 %neg = fsub double -0.0, %x
91 %r = call double @sin(double %neg)
101 %neg = fneg double %x
102 %r = call double @sin(double %neg)
112 %neg = fsub float -0.0, %x
113 %r = call float @sinf(float %neg)
123 %neg = fneg float %x
124 %r = call float @sinf(float %neg)
134 %neg = fsub ninf float -0.0, %x
135 %r = call afn nnan float @sinf(float %neg)
145 %neg = fneg ninf float %x
146 %r = call afn nnan float @sinf(float %neg)
159 %neg = fsub double -0.0, %x
160 %r = call double @sin(double %neg)
161 call void @use(double %neg)
172 %neg = fneg double %x
173 %r = call double @sin(double %neg)
174 call void @use(double %neg)
186 %neg = fsub double -0.0, %x
187 %r = call double @sin(double %neg)
197 %neg = fneg double %x
198 %r = call double @sin(double %neg)
208 %neg = fsub double -0.0, %x
209 %r = call double @sin(double %neg)
219 %neg = fneg double %x
220 %r = call double @sin(double %neg)
233 %neg = fsub double -0.0, %x
234 %r = call double @tan(double %neg)
244 %neg = fneg double %x
245 %r = call double @tan(double %neg)
257 %neg = fsub fp128 0xL00000000000000008000000000000000, %x
258 %r = call fp128 @tanl(fp128 %neg)
268 %neg = fneg fp128 %x
269 %r = call fp128 @tanl(fp128 %neg)
285 %neg = fsub double -0.0, %conv1
286 %cos = call double @cos(double %neg)
303 %neg = fneg double %conv1
304 %cos = call double @cos(double %neg)
319 %neg = fsub double -0.0, %conv1
320 %cos = call double @llvm.cos.f64(double %neg)
333 %neg = fneg double %conv1
334 %cos = call double @llvm.cos.f64(double %neg)