Lines Matching full:i16
2 target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:16"
5 define void @am1(i16* %a, i16 %x) nounwind {
6 %1 = load i16* %a
7 %2 = or i16 %x, %1
8 store i16 %2, i16* %a
14 @foo = external global i16
16 define void @am2(i16 %x) nounwind {
17 %1 = load i16* @foo
18 %2 = or i16 %x, %1
19 store i16 %2, i16* @foo
27 define void @am3(i16 %i, i8 %x) nounwind {
28 %1 = getelementptr [2 x i8]* @bar, i16 0, i16 %i
37 define void @am4(i16 %x) nounwind {
38 %1 = load volatile i16* inttoptr(i16 32 to i16*)
39 %2 = or i16 %x, %1
40 store volatile i16 %2, i16* inttoptr(i16 32 to i16*)
46 define void @am5(i16* %a, i16 %x) readonly {
47 %1 = getelementptr inbounds i16* %a, i16 2
48 %2 = load i16* %1
49 %3 = or i16 %x, %2
50 store i16 %3, i16* %1
56 %S = type { i16, i16 }
59 define void @am6(i16 %x) nounwind {
60 %1 = load i16* getelementptr (%S* @baz, i32 0, i32 1)
61 %2 = or i16 %x, %1
62 store i16 %2, i16* getelementptr (%S* @baz, i32 0, i32 1)
68 %T = type { i16, [2 x i8] }
71 define void @am7(i16 %n, i8 %x) nounwind {
73 %2 = getelementptr [2 x i8]* %1, i16 0, i16 %n