Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:New

171       AllocaInst *New = Builder->CreateAlloca(NewTy, 0, AI.getName());
172 New->setAlignment(AI.getAlignment());
177 BasicBlock::iterator It = New;
188 GetElementPtrInst::CreateInBounds(New, Idx, New->getName()+".sub");
242 return new BitCastInst(EntryAI, AI.getType());
330 return new BitCastInst(NewLoad, LI.getType());
375 // Insert a new store to null instruction before the load to indicate
379 new StoreInst(UndefValue::get(LI.getType()),
389 // Insert a new store to null instruction before the load to indicate that
392 new StoreInst(UndefValue::get(LI.getType()),
794 // Advance to a place where it is safe to insert the new store and
797 StoreInst *NewSI = new StoreInst(MergedVal, SI.getOperand(1),