Home | History | Annotate | Download | only in TableGen

Lines Matching defs:mapIterator

553   std::map<uint64_t, std::vector<unsigned> >::const_iterator mapIterator;
584 for (mapIterator = FilteredInstructions.begin();
585 mapIterator != FilteredInstructions.end();
586 mapIterator++) {
590 if (mapIterator->first & (1ULL << bitIndex))
599 mapIterator->first,
601 mapIterator->second,