What member function to use if I wish to operate on results of an instruction. <div><br></div><div>eg. </div><div>Instruction  %1 = getelementptr inbounds [10 x i32]* %a, i32 0, i32 %0</div><div><br></div><div>I->getOperand will give me the operands. </div>

<div>How should I get hold of %1? </div><div><br></div><div>Thanks,</div><div>Manish </div>