<div dir="ltr">Hi LLVM,<div><br></div><div>If I have an llvm value "<16 x float> addrspace(1)* %in", and in the LLVM IR, there is a @llvm.dbg.value like:</div><div><br></div><div>call void @llvm.dbg.value(metadata <16 x float> addrspace(1)* %in, i64 0, metadata !216, metadata !28), !dbg !217<br></div><div><br></div><div>How I can retrieve this @llvm.dbg.value when I have "%in"?</div><div><br></div><div>Since Metadata is not a part of the uselist anymore, is there some way rather than iterate over every instructions in the function to get this @llvm.dbg.value?</div><div><br></div><div>Thanks</div><div>Hongbin</div></div>