[llvm-dev] Read Operand Inside Values

Ramakota Reddy via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 26 23:10:20 PST 2019


Hi All,

I have Instruction like below-

%2 = icmp ugt i32*  %0, inttoptr (i64 655360000 to i32*).

First operand is:-     i32* %0
Second operand is:-    inttoptr (i64 655360000 to i32*)

Here how can I read(get) values from inside second operand(i.e.  i64 655360000) ?

Could anyone please give your suggestions to get operand inside values.

Thanks & Regards,
Ramakota Reddy.

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190227/e062ce41/attachment.html>


More information about the llvm-dev mailing list