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