<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace;font-size:small">Hello,<br clear="all"></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small"><br></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small"><br></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small">I am loop over the arguments of a call instruction :</div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small">----></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small"><pre class="gmail-aLF-aPX-K0-aPE" style="font-family:"Courier New",Courier,monospace,arial,sans-serif;margin-top:0px;margin-bottom:0px;white-space:pre-wrap;color:rgb(0,0,0);font-size:14px">                   for (Value *arg: c->args()){
                                        errs() << *arg << "\n";
                                        arg->print(llvm::errs(), false);
                                        errs()<<"\n";
                                }</pre><pre class="gmail-aLF-aPX-K0-aPE" style="font-family:"Courier New",Courier,monospace,arial,sans-serif;margin-top:0px;margin-bottom:0px;white-space:pre-wrap;color:rgb(0,0,0);font-size:14px">-----></pre></div><div><div class="gmail_default" style="font-family:"courier new",monospace;font-size:small"></div><div class="gmail_default" style="font-family:"courier new",monospace;font-size:small">How can I convert the arg for binary comparison(== etc.)? If I am correct, it is not a string. If the argument is "i32 1", Is there a way to access the content value "1" directly? </div><br></div><div><div class="gmail_default" style="font-family:"courier new",monospace;font-size:small">Thanks</div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Abid M. Malik<br>******************************************************<br>"I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind"---Gibran<br>"Success is not for the chosen few, but for the few who choose" --- John Maxwell<br>"Being a good person does not depend on your religion or status in life, your race or skin color, political views or culture. IT DEPENDS ON HOW GOOD YOU TREAT OTHERS"--- Abid<br>"The Universe is talking to us, and the language of the Universe is mathematics."----Abid<br> </div></div></div></div>