Searched refs:CommonEltTy (Results 1 – 2 of 2) sorted by relevance
1856 Type *CommonEltTy = nullptr; in isVectorPromotionViable() local1861 if (!CommonEltTy) in isVectorPromotionViable()1862 CommonEltTy = VTy->getElementType(); in isVectorPromotionViable()1863 else if (CommonEltTy != VTy->getElementType()) in isVectorPromotionViable()1918 assert(VTy->getElementType() == CommonEltTy && in isVectorPromotionViable()
1788 Type *CommonEltTy = nullptr; in isVectorPromotionViable() local1793 if (!CommonEltTy) in isVectorPromotionViable()1794 CommonEltTy = VTy->getElementType(); in isVectorPromotionViable()1795 else if (CommonEltTy != VTy->getElementType()) in isVectorPromotionViable()1848 assert(VTy->getElementType() == CommonEltTy && in isVectorPromotionViable()