Home
last modified time | relevance | path

Searched refs:CommonEltTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1788 Type *CommonEltTy = nullptr; in isVectorPromotionViable() local
1793 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()