search for: tp21961718p28064581

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

2010 Mar 28
0
[LLVMdev] Operand, instruction
On Fri, Mar 26, 2010 at 6:53 AM, help__me_please <krishnadhan at cse.iitb.ac.in> wrote: > > Can anyone tell how to get the result name or instruction name of all > instruction? For example if the instruction is "x=add y,z", here i need "x". > Using getName(), i am getting some instructions result name, but llvm > produces some instruction like "%0=add
2010 Mar 29
3
[LLVMdev] Operand, instruction
...evang > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- View this message in context: http://old.nabble.com/Operand%2C-instruction-tp21961718p28064581.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Mar 26
4
[LLVMdev] Operand, instruction
Can anyone tell how to get the result name or instruction name of all instruction? For example if the instruction is "x=add y,z", here i need "x". Using getName(), i am getting some instructions result name, but llvm produces some instruction like "%0=add i32 tmp, 1", here getName() shows empty string as result name. So please help. John Criswell wrote: > >