Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NC

287       CastInst *NC = new BitCastInst(
289 AI->replaceAllUsesWith(NC);
296 NC->setOperand(0, AI);
823 CastInst *NC =
826 AI->replaceAllUsesWith(NC);
834 NC->setOperand(0, AI);