Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp232 static bool isConstantUsingVectorTy(const Type *CstTy) { in isConstantUsingVectorTy() function
238 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
241 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
336 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
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()
344 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()