Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewCast

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