On 20 July 2017 at 07:56, Anastasiya Ruzhanskaya via llvm-dev <llvm-dev at lists.llvm.org> wrote: > is Instruction, that I am putting to map, is the same > object as the Value, that will be used later, > as here %a = alloca i32, align 4 ...%b= mul %a, 2. Now seems to be, that > yes. Yep, that's right. Tim.