Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1856 Type *CommonEltTy = nullptr; in isVectorPromotionViable() local
1861 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()
/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()