Home | History | Annotate | Download | only in InstCombine

Lines Matching full:nounwind

5 define i32 @test1(float %x, float %y) nounwind uwtable {
7 %2 = call double @ceil(double %1) nounwind readnone
17 define i32 @test2(float %x, float %y) nounwind uwtable {
19 %2 = call double @fabs(double %1) nounwind readnone
29 define i32 @test3(float %x, float %y) nounwind uwtable {
31 %2 = call double @floor(double %1) nounwind readnone
41 define i32 @test4(float %x, float %y) nounwind uwtable {
43 %2 = call double @nearbyint(double %1) nounwind
53 define i32 @test5(float %x, float %y) nounwind uwtable {
55 %2 = call double @rint(double %1) nounwind
65 define i32 @test6(float %x, float %y) nounwind uwtable {
67 %2 = call double @round(double %1) nounwind readnone
77 define i32 @test7(float %x, float %y) nounwind uwtable {
79 %2 = call double @trunc(double %1) nounwind
89 define i32 @test8(float %x, float %y) nounwind uwtable {
92 %3 = call double @ceil(double %2) nounwind readnone
101 define i32 @test9(float %x, float %y) nounwind uwtable {
104 %3 = call double @fabs(double %2) nounwind readnone
113 define i32 @test10(float %x, float %y) nounwind uwtable {
116 %3 = call double @floor(double %2) nounwind readnone
125 define i32 @test11(float %x, float %y) nounwind uwtable {
128 %3 = call double @nearbyint(double %2) nounwind
137 define i32 @test12(float %x, float %y) nounwind uwtable {
140 %3 = call double @rint(double %2) nounwind
149 define i32 @test13(float %x, float %y) nounwind uwtable {
152 %3 = call double @round(double %2) nounwind readnone
161 define i32 @test14(float %x, float %y) nounwind uwtable {
164 %3 = call double @trunc(double %2) nounwind
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