Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3492 const Record *SlotRec; in HandleUse() local
3494 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef(); in HandleUse()
3497 SlotRec = Slot->getOperator(); in HandleUse()
3501 if (Rec != SlotRec) in HandleUse()