Searched refs:NewTI (Results 1 – 4 of 4) sorted by relevance
79 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes() local82 return NewTI; in insertRecordBytes()
3176 Instruction *NewTI; in removeUnwindEdge() local3180 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI->getIterator()); in removeUnwindEdge()3189 NewTI = NewCatchSwitch; in removeUnwindEdge()3195 NewTI->takeName(TI); in removeUnwindEdge()3196 NewTI->setDebugLoc(TI->getDebugLoc()); in removeUnwindEdge()3198 TI->replaceAllUsesWith(NewTI); in removeUnwindEdge()3202 return NewTI; in removeUnwindEdge()
2350 Instruction *NewTI = TI.clone(); in unswitchNontrivialInvariants() local2351 NewTI->insertInto(ParentBB, ParentBB->end()); in unswitchNontrivialInvariants()2437 SwitchInst *NewSI = cast<SwitchInst>(NewTI); in unswitchNontrivialInvariants()2455 NewBI->setDebugLoc(NewTI->getDebugLoc()); in unswitchNontrivialInvariants()2458 NewTI->eraseFromParent(); in unswitchNontrivialInvariants()
1520 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl() local1522 if (!NewTI || SemaRef.CheckEnumUnderlyingType(NewTI)) in VisitEnumDecl()1525 Enum->setIntegerTypeSourceInfo(NewTI); in VisitEnumDecl()