Lines Matching refs:tmp
17 %tmp.0 = call signext i16 @foo() ;; no extsh!
18 %tmp.1 = icmp slt i16 %tmp.0, 1234
19 br i1 %tmp.1, label %then, label %UnifiedReturnBlock
29 %tmp.1 = load i16, ptr %P
30 %tmp.2 = zext i16 %tmp.1 to i32
31 %tmp.3 = and i32 %tmp.2, 255
32 ret i32 %tmp.3
36 %tmp.1 = load i16, ptr %P
37 %tmp.2 = bitcast i16 %tmp.1 to i16
38 %tmp.3 = zext i16 %tmp.2 to i32
39 %tmp.4 = and i32 %tmp.3, 255
40 ret i32 %tmp.4
44 %tmp.1 = load i32, ptr %P
45 %tmp.2 = and i32 %tmp.1, 255
46 ret i32 %tmp.2
50 %tmp.1 = fptoui float %a to i16
51 ret i16 %tmp.1