Searched refs:DupMap (Results 1 – 1 of 1) sorted by relevance
3450 static const std::map<unsigned, unsigned> DupMap = { in getDuplexOpcode() local3487 auto Iter = DupMap.find(OpNum); in getDuplexOpcode()3488 if (Iter != DupMap.end()) in getDuplexOpcode()3491 for (auto Iter = DupMap.begin(), End = DupMap.end(); Iter != End; ++Iter) in getDuplexOpcode()