Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2176 bool HaveVecPtrTy, bool HaveCommonVecPtrTy, in checkVectorTypesForPromotion() argument
2186 if (HaveVecPtrTy && !HaveCommonVecPtrTy) in checkVectorTypesForPromotion()
2265 bool &HaveCommonVecPtrTy, VectorType *&CommonVecPtrTy) { in createAndCheckVectorTypesForPromotion() argument
2292 HaveCommonVecPtrTy, CommonVecPtrTy); in createAndCheckVectorTypesForPromotion()
2314 bool HaveCommonVecPtrTy = true; in isVectorPromotionViable() local
2339 HaveCommonVecPtrTy = false; in isVectorPromotionViable()
2371 HaveCommonVecPtrTy, CommonVecPtrTy)) in isVectorPromotionViable()
2377 HaveCommonEltTy, CommonEltTy, HaveVecPtrTy, HaveCommonVecPtrTy, in isVectorPromotionViable()