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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2630 Record *SlotRec; local
2632 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef();
2635 SlotRec = Slot->getOperator();
2639 if (Rec != SlotRec)

Completed in 96 milliseconds