Home
last modified time | relevance | path

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

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