Searched refs:BitIntCandidates (Results 1 – 1 of 1) sorted by relevance
8839 llvm::SmallSetVector<CanQualType, 2> BitIntCandidates; in InitArithmeticTypes() local8840 llvm::for_each(CandidateTypes, [&BitIntCandidates]( in InitArithmeticTypes()8843 BitIntCandidates.insert(CanQualType::CreateUnsafe(BitTy)); in InitArithmeticTypes()8845 llvm::move(BitIntCandidates, std::back_inserter(ArithmeticTypes)); in InitArithmeticTypes()8869 assert(ArithmeticTypes.size() - BitIntCandidates.size() <= in InitArithmeticTypes()