Lines Matching defs:NewCast
151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast");152 ReplaceInstUsesWith(AI, NewCast);