Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Sentinel

2594       Value *Sentinel = FI->second.first;
2595 if (Sentinel->getType() != Inst->getType())
2599 Sentinel->replaceAllUsesWith(Inst);
2600 delete Sentinel;
2611 Value *Sentinel = FI->second.first;
2612 if (Sentinel->getType() != Inst->getType())
2616 Sentinel->replaceAllUsesWith(Inst);
2617 delete Sentinel;