search for: tp25638981p25640679

Displaying 2 results from an estimated 2 matches for "tp25638981p25640679".

2009 Sep 28
0
[LLVMdev] Printing Function Arguments
...> _______________________________________________ > 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://www.nabble.com/Printing-Function-Arguments-tp25638981p25640679.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2009 Sep 28
4
[LLVMdev] Printing Function Arguments
ivtm wrote: > Hey Oscar, > > I want to extract information from the instruction. > > Think writing a simple interpreter. > > I already have the CallInst instance (described above in the message). > > Via ci->getOperand(1) say I can get the 'i32 8' parameter and I can get the > 'i32' and '8' separately as Nick described. > > But I