Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:New

110       AllocaInst *New = Builder->CreateAlloca(NewTy, 0, AI.getName());
111 New->setAlignment(AI.getAlignment());
116 BasicBlock::iterator It = New;
127 GetElementPtrInst::CreateInBounds(New, Idx, New->getName()+".sub");
206 return new BitCastInst(NewLoad, LI.getType());
251 // Insert a new store to null instruction before the load to indicate
255 new StoreInst(UndefValue::get(LI.getType()),
265 // Insert a new store to null instruction before the load to indicate that
268 new StoreInst(UndefValue::get(LI.getType()),
670 // Advance to a place where it is safe to insert the new store and
673 StoreInst *NewSI = new StoreInst(MergedVal, SI.getOperand(1),