Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp624 auto RegInstsIt = RegInsts.find(Opc); in run() local
625 if (RegInstsIt == RegInsts.end()) in run()
631 std::vector<const CodeGenInstruction *> &OpcRegInsts = RegInstsIt->second; in run()