Home | History | Annotate | Download | only in X86

Lines Matching full:double

7 define double @test(double %X) nounwind  {
9 %tmp2 = tail call double @copysign( double 0.000000e+00, double %X ) nounwind readnone ; <double> [#uses=1]
10 ret double %tmp2
13 declare double @copysign(double, double) nounwind readnone