<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Everyone,</div><div>  I am trying to get the first index into this two dimensional array, that is <b>5.</b></div><div><br></div><div>%4 = getelementptr inbounds [10 x [20 x i32]]* %3, i32 0, i32 <b>5</b></div><div><b><br></b></div><div>I can iterate over the GEP and get the types of the operands but not the values.</div><div><br></div><div>How do I go about getting the value (5)? </div><div>Thanks.</div><div><br></div><div>George</div></body></html>