Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3822 Record *InRec = static_cast<DefInit*>(InVal->getLeafValue())->getDef(); in parseInstructionPattern() local
3823 if (!checkOperandClass(Op, InRec)) in parseInstructionPattern()