Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Sentinel

2430       Value *Sentinel = FI->second.first;
2431 if (Sentinel->getType() != Inst->getType())
2435 Sentinel->replaceAllUsesWith(Inst);
2436 delete Sentinel;
2447 Value *Sentinel = FI->second.first;
2448 if (Sentinel->getType() != Inst->getType())
2452 Sentinel->replaceAllUsesWith(Inst);
2453 delete Sentinel;