search for: tmp1011

Displaying 1 result from an estimated 1 matches for "tmp1011".

Did you mean: tmp101
2008 Jan 04
0
[LLVMdev] Extraction of Arguments Passed to a Function
...<i32> [#uses=1] %tmp7 = load i32* %limit_addr, align 4 ; <i32> [#uses=1] %tmp8 = add i32 %tmp7, %tmp6 ; <i32> [#uses=1] %tmp9 = load i32* %i, align 4 ; <i32> [#uses=1] %tmp10 = icmp sge i32 %tmp8, %tmp9 ; <i1> [#uses=1] %tmp1011 = zext i1 %tmp10 to i8 ; <i8> [#uses=1] %toBool = icmp ne i8 %tmp1011, 0 ; <i1> [#uses=1] br i1 %toBool, label %bb, label %bb12 bb12: ; preds = %bb5 br label %return return: ; preds = %bb12 ret void } ......................... Thanks and R...