search for: forend1

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

Did you mean: forend
2011 Jul 09
1
[LLVMdev] getting and setting array indices c interface
...label %ForEntry1 ForEntry1: ; preds = %Entry store i32 1, i32* %x br label %For1 For1: ; preds = %ForBody1, % ForEntry1 %x2 = load i32* %x %cond = icmp sle i32 %x2, 25 br i1 %cond, label %ForBody1, label %ForEnd1 ForBody1: ; preds = %For1 %array = load i32** %ptrMyArray %val = load i32* %x %index = load i32* %x %ptr = getelementptr i32* %array store i32 %val, i32* %ptr %ctr = load i32* %x %next = add i32 %ctr, 1 store i32 %next, i32* %x br label %Fo...