Searched refs:CheckCandidateType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2262 function_ref<void(Type *)> CheckCandidateType, Partition &P, in createAndCheckVectorTypesForPromotion() argument 2285 CheckCandidateType(NewVTy); in createAndCheckVectorTypesForPromotion() 2315 auto CheckCandidateType = [&](Type *Ty) { in isVectorPromotionViable() local 2364 CheckCandidateType(Ty); in isVectorPromotionViable() 2369 LoadStoreTys, CandidateTysCopy, CheckCandidateType, P, DL, in isVectorPromotionViable() 2376 DeferredTys, CandidateTysCopy, CheckCandidateType, P, DL, CandidateTys, in isVectorPromotionViable()
|