Searched refs:IRoot (Results 1 – 1 of 1) sorted by relevance
1242 const auto *IRoot = dyn_cast<CodeGenInstructionPattern>(MatchRoot); in checkSemantics() local1243 if (!IRoot) { in checkSemantics()1249 if (IRoot->getNumInstDefs() != 0) { in checkSemantics()1252 PrintNote("'" + IRoot->getInstName() + "' has " + in checkSemantics()1253 Twine(IRoot->getNumInstDefs()) + " output operands"); in checkSemantics()