Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewLoad

327   LoadInst *NewLoad = IC.Builder->CreateAlignedLoad(
330 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
331 MDBuilder MDB(NewLoad->getContext());
354 NewLoad->setMetadata(ID, N);
360 NewLoad->setMetadata(ID, N);
370 NewLoad->setMetadata(LLVMContext::MD_range,
379 NewLoad->setMetadata(ID, N);
388 return NewLoad;
483 LoadInst *NewLoad = combineLoadToNewType(
490 combineStoreToNewValue(IC, *SI, NewLoad);
506 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy());
507 CI->replaceAllUsesWith(NewLoad);
535 LoadInst *NewLoad = combineLoadToNewType(IC, LI, ST->getTypeAtIndex(0U),
538 UndefValue::get(T), NewLoad, 0, Name));
577 LoadInst *NewLoad = combineLoadToNewType(IC, LI, ET, ".unpack");
579 UndefValue::get(T), NewLoad, 0, Name));