Lines Matching refs:i128
2 target datalayout = "E-m:e-p:32:32-i128:64-n32"
6 define void @foo1(i128* %a, i128* readonly %b, i128* readonly %c) #0 {
12 %0 = load i128, i128* %b, align 16
13 %1 = load i128, i128* %c, align 16
14 %shl = shl i128 %0, %1
15 store i128 %shl, i128* %a, align 16
28 define void @foo2(i128* %a, i128* readonly %b, i128* readonly %c) #0 {
34 %0 = load i128, i128* %b, align 16
35 %1 = load i128, i128* %c, align 16
36 %shl = ashr i128 %0, %1
37 store i128 %shl, i128* %a, align 16
50 define void @foo3(i128* %a, i128* readonly %b, i128* readonly %c) #0 {
56 %0 = load i128, i128* %b, align 16
57 %1 = load i128, i128* %c, align 16
58 %shl = lshr i128 %0, %1
59 store i128 %shl, i128* %a, align 16