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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -