Searched refs:NewTI (Results 1 – 5 of 5) sorted by relevance
86 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes() local89 return NewTI; in insertRecordBytes()
2420 Instruction *NewTI; in removeUnwindEdge() local2424 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI); in removeUnwindEdge()2433 NewTI = NewCatchSwitch; in removeUnwindEdge()2439 NewTI->takeName(TI); in removeUnwindEdge()2440 NewTI->setDebugLoc(TI->getDebugLoc()); in removeUnwindEdge()2442 TI->replaceAllUsesWith(NewTI); in removeUnwindEdge()
1752 Init *NewTI = TI->resolveReferences(R); in resolveReferences() local1753 if (ListInit *List = dyn_cast<ListInit>(NewTI)) { in resolveReferences()1759 if (NewTI != TI && isa<TypedInit>(NewTI)) in resolveReferences()1760 return VarListElementInit::get(cast<TypedInit>(NewTI), getElementNum()); in resolveReferences()
2192 Instruction *NewTI = TI.clone(); in unswitchNontrivialInvariants() local2193 ParentBB->getInstList().push_back(NewTI); in unswitchNontrivialInvariants()2261 SwitchInst *NewSI = cast<SwitchInst>(NewTI); in unswitchNontrivialInvariants()
1374 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl() local1376 if (!NewTI || SemaRef.CheckEnumUnderlyingType(NewTI)) in VisitEnumDecl()1379 Enum->setIntegerTypeSourceInfo(NewTI); in VisitEnumDecl()