Searched refs:DupMap (Results 1 – 1 of 1) sorted by relevance
3549 static const std::map<unsigned, unsigned> DupMap = { in getDuplexOpcode() local3586 auto Iter = DupMap.find(OpNum); in getDuplexOpcode()3587 if (Iter != DupMap.end()) in getDuplexOpcode()3590 for (const auto &Iter : DupMap) in getDuplexOpcode()