Hi, Can we find the type of the pointer, means can we find is it a Integer pointer or float, etc. -- Sunil Rathee MTech IIT Delhi Not going along with the crowd can help you stand out in the crowd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/4271572e/attachment.html>
sunil rathee <ratheesuniljec at gmail.com> writes:> Can we find the type of the pointer, means can we find is it a Integer > pointer or float, etc.Suppossing `ptype' is a PointerType, ptype->getElementType() should do the trick.