Searched refs:NewTI (Results 1 – 5 of 5) sorted by relevance
85 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes() local90 return NewTI; in insertRecordBytes()
1521 TerminatorInst *NewTI; in removeUnwindEdge() local1525 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI); in removeUnwindEdge()1534 NewTI = NewCatchSwitch; in removeUnwindEdge()1540 NewTI->takeName(TI); in removeUnwindEdge()1541 NewTI->setDebugLoc(TI->getDebugLoc()); in removeUnwindEdge()1543 TI->replaceAllUsesWith(NewTI); in removeUnwindEdge()
2175 TerminatorInst *NewTI; in removeUnwindEdge() local2179 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI); in removeUnwindEdge()2188 NewTI = NewCatchSwitch; in removeUnwindEdge()2194 NewTI->takeName(TI); in removeUnwindEdge()2195 NewTI->setDebugLoc(TI->getDebugLoc()); in removeUnwindEdge()2197 TI->replaceAllUsesWith(NewTI); in removeUnwindEdge()
1491 Init *NewTI = TI->resolveReferences(R); in resolveReferences() local1492 if (ListInit *List = dyn_cast<ListInit>(NewTI)) { in resolveReferences()1498 if (NewTI != TI && isa<TypedInit>(NewTI)) in resolveReferences()1499 return VarListElementInit::get(cast<TypedInit>(NewTI), getElementNum()); in resolveReferences()
904 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl() local906 if (!NewTI || SemaRef.CheckEnumUnderlyingType(NewTI)) in VisitEnumDecl()909 Enum->setIntegerTypeSourceInfo(NewTI); in VisitEnumDecl()