Home | History | Annotate | Download | only in TailCallElim

Lines Matching full:double

5 ; CHECK: @fabs(double %f)
9 define double @fabs(double %f) {
11 %tmp2 = call double @fabs( double %f ) ; <double> [#uses=1]
12 ret double %tmp2
17 ; CHECK: define double @foo
20 define double @foo(double %f) {
21 %t= call double @foo(double %f)
22 ret double %t