Displaying 1 result from an estimated 1 matches for "user_8h_sourc".
Did you mean:
user_8h_source
2011 Sep 06
1
[LLVMdev] Instruction Operands
Working with the LLVM source, if I have an Instruction object by
itself (created by parsing a module using LLVM's parser), is there a
way to get its operands/destination?
e.g. '%add = add nsw i32 %tmp2, %tmp1'
Being able to get some form of %add, %tmp2, and %tmp1?
All I can pull is the operation itself, i.e. that it's an add.
Thanks,
Brandon