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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4321       CreateNonTerminatorUnreachable(OldCall);
 4324       if (!OldCall->getType()->isVoidTy())
 4325         replaceInstUsesWith(*OldCall, UndefValue::get(OldCall->getType()));
 4325         replaceInstUsesWith(*OldCall, UndefValue::get(OldCall->getType()));
 4326       if (isa<CallInst>(OldCall))
 4327         return eraseInstFromFunction(*OldCall);
 4331       cast<CallBase>(OldCall)->setCalledFunction(