Searched refs:CommonVecPtrTy (Results 1 – 1 of 1) sorted by relevance
2129 VectorType *CommonVecPtrTy) { in checkVectorTypesForPromotion() argument2145 CandidateTys.push_back(CommonVecPtrTy); in checkVectorTypesForPromotion()2216 bool &HaveCommonVecPtrTy, VectorType *&CommonVecPtrTy) { in createAndCheckVectorTypesForPromotion() argument2243 HaveCommonVecPtrTy, CommonVecPtrTy); in createAndCheckVectorTypesForPromotion()2262 VectorType *CommonVecPtrTy = nullptr; in isVectorPromotionViable() local2287 if (!CommonVecPtrTy) in isVectorPromotionViable()2288 CommonVecPtrTy = VTy; in isVectorPromotionViable()2289 else if (CommonVecPtrTy != VTy) in isVectorPromotionViable()2322 HaveCommonVecPtrTy, CommonVecPtrTy)) in isVectorPromotionViable()2329 CommonVecPtrTy); in isVectorPromotionViable()