search for: 14bd47e5

Displaying 2 results from an estimated 2 matches for "14bd47e5".

2017 Jul 21
2
type information about instruction
...using > DataLayout::getTypeSizeInBits if you need to cover these cases instead > of Type's own accessor. > > Cheers. > > Tim. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170721/14bd47e5/attachment.html>
2017 Jul 21
2
type information about instruction
Hello, I would like to keep info about size and type info of all instructions ( and Values at the same time). I can do this by extracting type of the Values, but if I have still some unused instructions , I can't keep track on them. I try to convert them to Value and get the type or simply get the type of instruction, but have the following error: Assertion `Ty->isSized() &&