Searched refs:isConstantUsingVectorTy (Results 1 – 3 of 3) sorted by relevance
240 static bool isConstantUsingVectorTy(const Type *CstTy) { in isConstantUsingVectorTy() function246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()344 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()
232 static bool isConstantUsingVectorTy(const Type *CstTy) { in isConstantUsingVectorTy() function238 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()241 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()336 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()
240 static bool isConstantUsingVectorTy(const Type *CstTy) { in isConstantUsingVectorTy() function246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()358 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()