Searched refs:isVectorPromotionViableForSlice (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2022 static bool isVectorPromotionViableForSlice(Partition &P, const Slice &S, in isVectorPromotionViableForSlice() function 2110 if (!isVectorPromotionViableForSlice(P, S, VTy, ElementSize, DL)) in checkVectorTypeForPromotion() 2114 if (!isVectorPromotionViableForSlice(P, *S, VTy, ElementSize, DL)) in checkVectorTypeForPromotion()
|