<div dir="ltr">Hi, I'am confused by this Load instruction.<div><br><div>%tmp6 = load i32* getelementptr inbounds (%struct.node* @Node, i32 0, i32 0), align 4, !dbg !59<br></div></div><div><br></div><div>I want to get the string name of Node, but how can I get that.</div><div><br></div><div>The loadInst->getOperand(0) return like this: i32* getelementptr inbounds (%struct.node* @Node, i32 0, i32 0), </div><div><br></div><div>but I don't how to cast the returned value to GetElementPtr inst(in the GetElementPtr inst it can be used to get the Node string).</div><div><br></div><div>I am confused about it? How I can get what I want?  Thank you, I am very appreciate your help.</div></div>