Searched defs:SlotRec (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2362 Record *SlotRec; local
2364 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef();
2367 SlotRec = Slot->getOperator();
2371 if (Rec != SlotRec)

Completed in 55 milliseconds