Searched refs:NSI (Results 1 – 3 of 3) sorted by relevance
30 # There is a bug in NSI that does not handle full unix paths properly. Make
1675 Value *NSI; in TryToShrinkGlobalToBoolean() local1677 NSI = new ZExtInst(NLI, LI->getType(), "", LI); in TryToShrinkGlobalToBoolean()1679 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI); in TryToShrinkGlobalToBoolean()1680 NSI->takeName(LI); in TryToShrinkGlobalToBoolean()1681 LI->replaceAllUsesWith(NSI); in TryToShrinkGlobalToBoolean()
3981 for (auto NSI : Namespaces) { in performQualifiedLookups() local3982 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()3983 const Type *NSType = NSI.NameSpecifier->getAsType(); in performQualifiedLookups()3997 TC.setCorrectionSpecifier(NSI.NameSpecifier); in performQualifiedLookups()3998 TC.setQualifierDistance(NSI.EditDistance); in performQualifiedLookups()