search for: yymatchchar

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

2008 Jan 12
1
[LLVMdev] Labels
...tmp5 = tail call i32 @yyrefill( ) %tmp6 = icmp eq i32 %tmp5, 0 br i1 %tmp6, label %UnifiedReturnBlock, label %cond_next11 cond_next11: %tmp12 = load i32* @yypos, align 4 %tmp13 = add i32 %tmp12, 1 store i32 %tmp13, i32* @yypos, align 4 ret i32 1 UnifiedReturnBlock: ret i32 0 } define i32 @yymatchChar(i32 %c) { entry: %tmp1 = load i32* @yypos, align 4 %tmp2 = load i32* @yylimit, align 4 %tmp3 = icmp slt i32 %tmp1, %tmp2 br i1 %tmp3, label %cond_next11, label %cond_true cond_true: %tmp5 = tail call i32 @yyrefill( ) %tmp6 = icmp eq i32 %tmp5, 0 br i1 %tmp6, label %UnifiedReturnBlock, label...