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