Searched refs:ApplyRoot (Results 1 – 1 of 1) sorted by relevance
1357 auto *ApplyRoot = dyn_cast<InstructionPattern>(It->second.get()); in findRoots() local1358 if (!ApplyRoot) { in findRoots()1364 ApplyRoots.insert(ApplyRoot); in findRoots()1770 for (auto *ApplyRoot : ApplyRoots) { in emitApplyPatterns() local1771 assert(isa<InstructionPattern>(ApplyRoot) && in emitApplyPatterns()1774 cast<InstructionPattern>(*ApplyRoot), in emitApplyPatterns()