Searched refs:ItREnd (Results 1 – 1 of 1) sorted by relevance
341 const auto ItREnd = Features.rend(); in getAArch64TargetFeatures() local342 const auto ItRCrypto = std::find(ItRBegin, ItREnd, "+crypto"); in getAArch64TargetFeatures()343 const auto ItRNoCrypto = std::find(ItRBegin, ItREnd, "-crypto"); in getAArch64TargetFeatures()344 const auto HasCrypto = ItRCrypto != ItREnd; in getAArch64TargetFeatures()345 const auto HasNoCrypto = ItRNoCrypto != ItREnd; in getAArch64TargetFeatures()