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