Home | History | Annotate | Download | only in SimplifyLibCalls

Lines Matching full:double

6 define double @foo(double %d) nounwind readnone {
8 %1 = fsub double -0.000000e+00, %d
9 %2 = call double @cos(double %1) nounwind readnone
10 ; CHECK: call double @cos(double %d)
11 ret double %2
14 declare double @cos(double) nounwind readnone