Searched refs:NSI (Results 1 – 4 of 4) sorted by relevance
1296 StoreInst *NSI = in TryToShrinkGlobalToBoolean() local1299 NSI->setDebugLoc(SI->getDebugLoc()); in TryToShrinkGlobalToBoolean()1306 Instruction *NSI; in TryToShrinkGlobalToBoolean() local1308 NSI = new ZExtInst(NLI, LI->getType(), "", LI->getIterator()); in TryToShrinkGlobalToBoolean()1310 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI->getIterator()); in TryToShrinkGlobalToBoolean()1311 NSI->takeName(LI); in TryToShrinkGlobalToBoolean()1315 NSI->setDebugLoc(LI->getDebugLoc()); in TryToShrinkGlobalToBoolean()1316 LI->replaceAllUsesWith(NSI); in TryToShrinkGlobalToBoolean()
4814 for (const auto &NSI : Namespaces) { in performQualifiedLookups() local4815 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()4816 const Type *NSType = NSI.NameSpecifier->getAsType(); in performQualifiedLookups()4830 TC.setCorrectionSpecifier(NSI.NameSpecifier); in performQualifiedLookups()4831 TC.setQualifierDistance(NSI.EditDistance); in performQualifiedLookups()
1653 StoreInst *NSI = Builder.CreateStore(NewElement, GEP); in foldSingleElementStore() local1654 NSI->copyMetadata(*SI); in foldSingleElementStore()1658 NSI->setAlignment(ScalarOpAlignment); in foldSingleElementStore()1659 replaceValue(I, *NSI); in foldSingleElementStore()
14966 0d69 NSI