Searched refs:BitIntCandidates (Results 1 – 1 of 1) sorted by relevance
9298 llvm::SmallSetVector<CanQualType, 2> BitIntCandidates; in InitArithmeticTypes() local9301 BitIntCandidates.insert(CanQualType::CreateUnsafe(BitTy)); in InitArithmeticTypes()9303 llvm::move(BitIntCandidates, std::back_inserter(ArithmeticTypes)); in InitArithmeticTypes()9327 assert(ArithmeticTypes.size() - BitIntCandidates.size() <= in InitArithmeticTypes()