Searched refs:imported_it (Results 1 – 1 of 1) sorted by relevance
1542 auto imported_it = handle_to_imported_index_.find(handle); in LookUpInstructionByHandleInternal() local1543 if (imported_it != handle_to_imported_index_.end()) { in LookUpInstructionByHandleInternal()1544 ImportedInstruction imported = imported_it->second; in LookUpInstructionByHandleInternal()