Lines Matching refs:I2
326 I2 = NF->arg_begin(); I != E; ++I, ++I2) {328 I->replaceAllUsesWith(I2);329 I2->takeName(I);1021 I2 = NF->arg_begin(); I != E; ++I, ++i)1025 I->replaceAllUsesWith(I2);1026 I2->takeName(I);1027 ++I2;