Displaying 3 results from an estimated 3 matches for "nttttt".
Did you mean:
ttttt
2013 Jan 10
2
[LLVMdev] LLVM Instruction*->getOperand() not working properly for ICMP
...PrevNode())
{
previous = last->getPrevNode();
ok=1;
}
I want to get the operands of previous, which is of type Instruction*. Due
tests based on getNumOperands, ICMP has 2 (as normal).
if ( ok && ((previous->getNumOperands())>=2) )
errs()<<"\nTTTTT "<<previous->getOperand(0)->getName()<<" | "
<<previous->getOperand(0)->getValueName()<<" | "
<<previous->getOperand(0)->getValueID()<<" | "
<<previous->getOperand(0)->...
2013 Jan 10
0
[LLVMdev] LLVM Instruction*->getOperand() not working properly for ICMP
...Node();
> ok=1;
> }
> |
>
> I want to get the operands of previous, which is of type Instruction*. Due tests
> based on getNumOperands, ICMP has 2 (as normal).
>
> |if ( ok && ((previous->getNumOperands())>=2) )
>
> errs()<<"\nTTTTT "<<previous->getOperand(0)->getName()<<" | "
> <<previous->getOperand(0)->getValueName()<<" | "
> <<previous->getOperand(0)->getValueID()<<" | "
> <<previous->...
2013 Jan 11
2
[LLVMdev] LLVM Instruction*->getOperand() not working properly for ICMP
...;> |
>>
>> I want to get the operands of previous, which is of type Instruction*.
>> Due tests
>> based on getNumOperands, ICMP has 2 (as normal).
>>
>> |if ( ok && ((previous->getNumOperands())>**=2) )
>>
>> errs()<<"\nTTTTT "<<previous->getOperand(0)->**getName()<<" | "
>> <<previous->getOperand(0)->**getValueName()<<" | "
>> <<previous->getOperand(0)->**getValueID()<<" | "
>> <...