<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    George,<br>
    <br>
    Thanks a lot!  This is exactly what I was looking for.<br>
    <br>
    - John<br>
    <br>
    <div class="moz-cite-prefix">On 08/20/2012 09:53 AM, George Baah
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFNQy-Xuo7+s3hpTCLQ_FVG0KpS1P5T+tR9ZFrmL+7jNVGk-Bg@mail.gmail.com"
      type="cite">You can use isPointerTy() in Type class.
      <div><br>
      </div>
      <div>George<br>
        <br>
        <div class="gmail_quote">On Mon, Aug 20, 2012 at 12:39 PM, John
          Backes <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:back0145@umn.edu" target="_blank">back0145@umn.edu</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
            <br>
            I was wondering how you can identify whether or not an
            Argument is a<br>
            pointer.  The "isDereferenceablePointer" function for Values
            doesn't<br>
            seem to be what I want (I don't care whether or not the
            pointer points<br>
            to allocated memory or is suitably aligned).  I want to be
            able to<br>
            discern between:<br>
            <br>
            i32* %pArray<br>
            <br>
            and<br>
            <br>
            i32 %pArray<br>
            <br>
            Thanks in advance.<br>
            <br>
            - John<br>
            _______________________________________________<br>
            LLVM Developers mailing list<br>
            <a moz-do-not-send="true" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>
                    <a moz-do-not-send="true"
              href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
            <a moz-do-not-send="true"
              href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev"
              target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>