reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3265 if (!Slot) { 3266 Slot = Pat; 3270 if (Slot->isLeaf()) { 3271 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef(); 3273 assert(Slot->getNumChildren() == 0 && "can't be a use with children!"); 3274 SlotRec = Slot->getOperator(); 3281 Slot->UpdateNodeType(0, Pat->getExtType(0), I); 3282 Pat->UpdateNodeType(0, Slot->getExtType(0), I); 3283 if (Slot->getExtTypes() != Pat->getExtTypes())