Home | History | Annotate | Download | only in InstCombine

Lines Matching full:i64

638 ///   %B = trunc i64 %A to i32
640 /// %E = zext i32 %C to i64
1263 // i64->float->i64. This is also safe for sitofp case, because any negative
1283 // i64->float->i64. This is also safe for sitofp case, because any negative
1563 /// %tmp38 = zext i32 %tmp37 to i64
1565 /// %tmp32 = zext i32 %tmp31 to i64
1566 /// %tmp33 = shl i64 %tmp32, 32
1567 /// %ins35 = or i64 %tmp33, %tmp38
1568 /// %tmp43 = bitcast i64 %ins35 to <2 x float>