Searched refs:MapItr (Results 1 – 1 of 1) sorted by relevance
424 Mi2IndexMap::const_iterator MapItr = mi2iMap.find(&*I); in getIndexBefore() local425 if (MapItr != mi2iMap.end()) in getIndexBefore()426 return MapItr->second; in getIndexBefore()441 Mi2IndexMap::const_iterator MapItr = mi2iMap.find(&*I); in getIndexAfter() local442 if (MapItr != mi2iMap.end()) in getIndexAfter()443 return MapItr->second; in getIndexAfter()