Home | History | Annotate | Download | only in TableGen

Lines Matching defs:mapIterator

454   std::map<uint64_t, std::vector<unsigned> >::const_iterator mapIterator;
487 for (mapIterator = FilteredInstructions.begin();
488 mapIterator != FilteredInstructions.end();
489 mapIterator++) {
493 if (mapIterator->first & (1ULL << bitIndex))
502 mapIterator->first,
504 mapIterator->second,