search for: inc13

Displaying 3 results from an estimated 3 matches for "inc13".

Did you mean: inc16
2013 Jan 10
2
[LLVMdev] LLVM Instruction*->getOperand() not working properly for ICMP
...lueID()<<" | " <<previous->getOperand(0)->getNumUses()<<" TTTTT\n"; The results with getOperand(1) are similar. The output is: *PREVIOUS: store i32 %conv15, i32* %i, align 4 TTTTT conv15 | 0x9b69090 | 59 | 1 TTTTT ... *PREVIOUS: store i32 %inc13, i32* %i, align 4 TTTTT inc13 | 0x9b76478 | 30 | 1 TTTTT ... *PREVIOUS: %cmp11 = icmp sgt i32 %8, 3 TTTTT | 0x0 | 49 | 1 TTTTT ... *PREVIOUS: store i32 %dec, i32* %i, align 4 TTTTT dec | 0x9b69130 | 30 | 1 TTTTT ... *PREVIOUS: %cmp8 = icmp sle i32 %6, 2 TTTTT | 0x0 | 49 | 1 TTTTT ... *PREVI...
2013 Jan 10
0
[LLVMdev] LLVM Instruction*->getOperand() not working properly for ICMP
...<<previous->getOperand(0)->getNumUses()<<" TTTTT\n"; > | > > The results with getOperand(1) are similar. The output is: > > |*PREVIOUS: store i32 %conv15, i32* %i, align 4 > TTTTT conv15 | 0x9b69090 | 59 | 1 TTTTT > ... > *PREVIOUS: store i32 %inc13, i32* %i, align 4 > TTTTT inc13 | 0x9b76478 | 30 | 1 TTTTT > ... > *PREVIOUS: %cmp11 = icmp sgt i32 %8, 3 > TTTTT | 0x0 | 49 | 1 TTTTT > ... > *PREVIOUS: store i32 %dec, i32* %i, align 4 > TTTTT dec | 0x9b69130 | 30 | 1 TTTTT > ... > *PREVIOUS: %cmp8 = icmp sle i32...
2013 Jan 11
2
[LLVMdev] LLVM Instruction*->getOperand() not working properly for ICMP
...->**getNumUses()<<" TTTTT\n"; >> | >> >> The results with getOperand(1) are similar. The output is: >> >> |*PREVIOUS: store i32 %conv15, i32* %i, align 4 >> TTTTT conv15 | 0x9b69090 | 59 | 1 TTTTT >> ... >> *PREVIOUS: store i32 %inc13, i32* %i, align 4 >> TTTTT inc13 | 0x9b76478 | 30 | 1 TTTTT >> ... >> *PREVIOUS: %cmp11 = icmp sgt i32 %8, 3 >> TTTTT | 0x0 | 49 | 1 TTTTT >> ... >> *PREVIOUS: store i32 %dec, i32* %i, align 4 >> TTTTT dec | 0x9b69130 | 30 | 1 TTTTT >> ... >&g...