Searched refs:CommonEltTy (Results 1 – 1 of 1) sorted by relevance
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()