Searched refs:CommonEltTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2127 bool HaveCommonEltTy, Type *CommonEltTy, in checkVectorTypesForPromotion() argument 2188 assert(VTy->getElementType() == CommonEltTy && in checkVectorTypesForPromotion() 2215 bool &HaveCommonEltTy, Type *&CommonEltTy, bool &HaveVecPtrTy, in createAndCheckVectorTypesForPromotion() argument 2242 CommonEltTy, HaveVecPtrTy, in createAndCheckVectorTypesForPromotion() 2261 Type *CommonEltTy = nullptr; in isVectorPromotionViable() local 2280 if (!CommonEltTy) in isVectorPromotionViable() 2281 CommonEltTy = EltTy; in isVectorPromotionViable() 2282 else if (CommonEltTy != EltTy) in isVectorPromotionViable() 2321 CandidateTys, HaveCommonEltTy, CommonEltTy, HaveVecPtrTy, in isVectorPromotionViable() 2328 HaveCommonEltTy, CommonEltTy, HaveVecPtrTy, HaveCommonVecPtrTy, in isVectorPromotionViable()
|