<div dir="ltr">Dear All, <div><br></div><div>For a LoadInst that looks like this:</div><div><br></div><div>%23 = load double* getelementptr inbounds ([3 x [3 x double]]* @_ZL2kx, i64 0, i64 1, i64 2), align 8, !tbaa !0<br></div><div><br></div><div>How can I know the pointer element used in LoadInst? For this case "@_ZL2kx"</div><div><br></div><div>I tried using Li->getPointerOperand() and I tried casting the pointer operator to GEPInst, but it doesn't seem to work. Let me know if you have any hints on this. </div><div><br></div><div>Thanks!</div><div>Manish</div></div>