Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2668 Record *InRec = static_cast<DefInit*>(InVal->getLeafValue())->getDef(); in ParseInstructions() local
2669 if (Op.Rec != InRec && !InRec->isSubClassOf("ComplexPattern")) in ParseInstructions()