Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp240 static bool isConstantUsingVectorTy(const Type *CstTy) { in isConstantUsingVectorTy() function
246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
358 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()