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