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