Searched refs:CommonEltTy (Results 1 – 1 of 1) sorted by relevance
2014 Type *CommonEltTy = nullptr; in isVectorPromotionViable() local2019 if (!CommonEltTy) in isVectorPromotionViable()2020 CommonEltTy = VTy->getElementType(); in isVectorPromotionViable()2021 else if (CommonEltTy != VTy->getElementType()) in isVectorPromotionViable()2074 assert(VTy->getElementType() == CommonEltTy && in isVectorPromotionViable()