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.cpp3423 Record *SlotRec; in HandleUse() local
3425 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef(); in HandleUse()
3428 SlotRec = Slot->getOperator(); in HandleUse()
3432 if (Rec != SlotRec) in HandleUse()