Home
last modified time | relevance | path

Searched refs:CommonEltTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2175 bool HaveCommonEltTy, Type *CommonEltTy, in checkVectorTypesForPromotion() argument
2237 assert(VTy->getElementType() == CommonEltTy && in checkVectorTypesForPromotion()
2264 bool &HaveCommonEltTy, Type *&CommonEltTy, bool &HaveVecPtrTy, in createAndCheckVectorTypesForPromotion() argument
2291 CommonEltTy, HaveVecPtrTy, in createAndCheckVectorTypesForPromotion()
2310 Type *CommonEltTy = nullptr; in isVectorPromotionViable() local
2329 if (!CommonEltTy) in isVectorPromotionViable()
2330 CommonEltTy = EltTy; in isVectorPromotionViable()
2331 else if (CommonEltTy != EltTy) in isVectorPromotionViable()
2370 CandidateTys, HaveCommonEltTy, CommonEltTy, HaveVecPtrTy, in isVectorPromotionViable()
2377 HaveCommonEltTy, CommonEltTy, HaveVecPtrTy, HaveCommonVecPtrTy, in isVectorPromotionViable()