I have a const array of structs (struct is made up of two int). This code:<br><br>      ArrayRef<Constant*> AR;<br>      CA->get(AT, AR);<br><br>where CA = ConstantArray* and AT* = ArrayType gives AR.size() of 0<br>
<br>I just want to iterate through the ConstantArray and find the values of the integers inside the structs.<br><br>Thanks.<br><br>