Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NC

5269       Instruction *NC = new BitCastInst(GEPI->getOperand(0), GEPI->getType(),
5271 GEPI->replaceAllUsesWith(NC);
5274 optimizeInst(NC, ModifiedDT);