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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp240 static bool isConstantUsingVectorTy(const Type *CstTy) { function
246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx)))
249 return isConstantUsingVectorTy(CstTy->getArrayElementType());
358 return isConstantUsingVectorTy(Cst->getType());

Completed in 165 milliseconds