Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp221 static bool isConstantUsingVectorTy(const Type *CstTy) { in isConstantUsingVectorTy() function
227 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
230 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
328 return isConstantUsingVectorTy(Cst->getType()); in shouldConvert()