Lines Matching full:i16
3 %struct.S = type { i16 }
5 define zeroext i1 @f(i16 signext %b) {
7 %b_addr = alloca i16 ; <i16*> [#uses=2]
12 store i16 %b, i16* %b_addr
13 %tmp1 = getelementptr %struct.S* %s, i32 0, i32 0 ; <i16*> [#uses=1]
14 %tmp2 = load i16* %b_addr, align 2 ; <i16> [#uses=1]
15 store i16 %tmp2, i16* %tmp1, align 2
16 %tmp3 = getelementptr %struct.S* %s, i32 0, i32 0 ; <i16*> [#uses=1]
17 %tmp34 = bitcast i16* %tmp3 to [2 x i1]* ; <[2 x i1]*> [#uses=1]