[llvm-dev] result of load Instruction

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Thu Feb 4 14:57:42 PST 2016


On 4 February 2016 at 14:53, Vedant Kumar via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> If you have access to the LoadInst, you can iterate over LI->uses().

Isn't this one actually LI->users()?

Tim.


More information about the llvm-dev mailing list