Lines Matching defs:NewCast
481 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());482 return InsertNewInstWith(NewCast, *I);