Searched refs:CommonVecPtrTy (Results 1 – 1 of 1) sorted by relevance
2177 VectorType *CommonVecPtrTy) { in checkVectorTypesForPromotion() argument2193 CandidateTys.push_back(CommonVecPtrTy); in checkVectorTypesForPromotion()2265 bool &HaveCommonVecPtrTy, VectorType *&CommonVecPtrTy) { in createAndCheckVectorTypesForPromotion() argument2292 HaveCommonVecPtrTy, CommonVecPtrTy); in createAndCheckVectorTypesForPromotion()2311 VectorType *CommonVecPtrTy = nullptr; in isVectorPromotionViable() local2336 if (!CommonVecPtrTy) in isVectorPromotionViable()2337 CommonVecPtrTy = VTy; in isVectorPromotionViable()2338 else if (CommonVecPtrTy != VTy) in isVectorPromotionViable()2371 HaveCommonVecPtrTy, CommonVecPtrTy)) in isVectorPromotionViable()2378 CommonVecPtrTy); in isVectorPromotionViable()