reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1323   if (!LI->getType()->isIntegerTy())
 1328   if (!all_of(LI->users(), [LI, LoadAddr](User *U) {
 1328   if (!all_of(LI->users(), [LI, LoadAddr](User *U) {
 1330         return SI && SI->getPointerOperand() != LI &&
 1336   IC.Builder.SetInsertPoint(LI);
 1338       IC, *LI, LoadAddr->getType()->getPointerElementType());
 1340   for (auto *UI : LI->users()) {
 1345   IC.replaceInstUsesWith(*LI, UndefValue::get(LI->getType()));
 1345   IC.replaceInstUsesWith(*LI, UndefValue::get(LI->getType()));
 1346   IC.eraseInstFromFunction(*LI);