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

References

lib/AsmParser/LLParser.cpp
 2949   if (Inst->getType()->isVoidTy()) {
 2969       if (Sentinel->getType() != Inst->getType())
 2973       Sentinel->replaceAllUsesWith(Inst);
 2978     NumberedVals.push_back(Inst);
 2986     if (Sentinel->getType() != Inst->getType())
 2990     Sentinel->replaceAllUsesWith(Inst);
 2996   Inst->setName(NameStr);
 2998   if (Inst->getName() != NameStr)