Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3435 Record *SlotRec; in HandleUse() local
3437 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef(); in HandleUse()
3440 SlotRec = Slot->getOperator(); in HandleUse()
3444 if (Rec != SlotRec) in HandleUse()