Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4932 VectorType *SliceVecTy = nullptr; in rewritePartition() local
4943 SliceVecTy = dyn_cast<VectorType>(SliceTy); in rewritePartition()
4956 SliceVecTy = dyn_cast<VectorType>(SliceTy); in rewritePartition()
4966 if (SliceVecTy && !checkVectorTypeForPromotion(P, SliceVecTy, DL, VScale)) in rewritePartition()