Searched refs:NewIP (Results 1 – 4 of 4) sorted by relevance
85 ItemParentClass *NewIP = getListOwner(), *OldIP = L2.getListOwner(); in transferNodesFromList() local86 if (NewIP == OldIP) in transferNodesFromList()91 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList()99 V.setParent(NewIP); in transferNodesFromList()107 first->setParent(NewIP); in transferNodesFromList()
115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
3087 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local3088 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()3115 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local3116 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()3205 BlockPointerType *NewIP = in getBlockPointerType() local3207 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()3242 LValueReferenceType *NewIP = in getLValueReferenceType() local3244 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()3278 RValueReferenceType *NewIP = in getRValueReferenceType() local3280 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()[all …]
2040 auto NewIP = std::next(BasicBlock::iterator(LastInst)); in getOrCreateVectorValue() local2041 Builder.SetInsertPoint(&*NewIP); in getOrCreateVectorValue()