<div dir="ltr"><div><div><div>I tried the original posted code again:<br><br><div style="margin-left:40px">for (auto& A : cast<CallInst>(BI)->arg_operands()) <br></div><div style="margin-left:40px"><div style="margin-left:40px">errs() << "--- " << A->getName() << "\n";<br></div></div><br></div>but it prints empty (only ---)!<br><br></div>Thank you and best,<br></div>Mo<br><div><div><div><div><br><div style="margin-left:40px"><br></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 10, 2017 at 4:44 PM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10 March 2017 at 15:41, Mohammad Norouzi <<a href="mailto:mnmomn@gmail.com">mnmomn@gmail.com</a>> wrote:<br>
> Sorry i'm using the following code:<br>
><br>
> F = (cast<CallInst>(BI))-><wbr>getCalledFunction();<br>
> for (auto& A : F->getArgumentList()) {<br>
>                     errs() << "------- " << A.getName() << " " << "11" <<<br>
> "\n";<br>
>            }<br>
><br>
> But how can I get the parameters (as e and f in the example)?<br>
<br>
</span>The code you originally posted (using<br>
cast<CallInst>(BI)->arg_<wbr>operands()) should iterate through the<br>
arguments to the call.<br>
<br>
Cheers.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tim.<br>
</font></span></blockquote></div><br></div>