Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NC

1129       Instruction *NC = new BitCastInst(GEPI->getOperand(0), GEPI->getType(),
1131 GEPI->replaceAllUsesWith(NC);
1134 OptimizeInst(NC);