Lines Matching full:double
1 ; RUN: opt < %s -loop-reduce -S | grep "phi double" | count 1
15 uitofp i32 %i.03 to double ; <double>:1 [#uses=1]
16 tail call void @foo( double %1 ) nounwind
25 ; Unable to eliminate cast because the mantissa bits for double are not enough
40 uitofp i64 %i.03 to double ; <double>:2 [#uses=1]
41 tail call void @foo( double %2 ) nounwind
60 uitofp i32 %i.03 to double ; <double>:2 [#uses=1]
61 tail call void @foo( double %2 ) nounwind
83 %tmp3 = uitofp i8 %i.03 to double ; <double>:1 [#uses=1]
84 tail call void @foo( double %tmp3 ) nounwind
96 declare void @foo(double)