Searched refs:OtherArch (Results 1 – 1 of 1) sorted by relevance
892 for (const auto *OtherArch : llvm::AArch64::ArchInfos) in setFeatureEnabled() local893 if (ArchInfo->implies(*OtherArch)) in setFeatureEnabled()894 Features[OtherArch->getSubArch()] = true; in setFeatureEnabled()