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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2448 Record *SlotRec; local
2450 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef();
2453 SlotRec = Slot->getOperator();
2457 if (Rec != SlotRec)

Completed in 158 milliseconds