Searched refs:NewIP (Results 1 – 4 of 4) sorted by relevance
92 ItemParentClass *NewIP = getListOwner(); in transferNodesFromList() local93 invalidateParentIListOrdering(NewIP); in transferNodesFromList()97 if (NewIP == OldIP) in transferNodesFromList()102 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList()110 V.setParent(NewIP); in transferNodesFromList()118 first->setParent(NewIP); in transferNodesFromList()
115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
3298 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()3326 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()3421 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()3459 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()3499 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()3530 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()3581 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()4064 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()4138 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()4211 (void)NewIP; in getConstantMatrixType()[all …]
9921 auto NewIP = in get() local9925 Builder.SetInsertPoint(&*NewIP); in get()