llvm - Execluding %struct._IO_FILE** from variables types -


i using following code.

type * ty = i->getoperand(o->getoperandno())->gettype(); ty->dump(); 

o operand iterator. want check ty not equal struct _io_file **.

how write check in llvm?


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -