HomeSort by relevance Sort by last modified time
    Searched refs:isConstantUsingVectorTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 232 static bool isConstantUsingVectorTy(const Type *CstTy) {
238 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx)))
241 return isConstantUsingVectorTy(CstTy->getArrayElementType());
336 return isConstantUsingVectorTy(Cst->getType());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 240 static bool isConstantUsingVectorTy(const Type *CstTy) {
246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx)))
249 return isConstantUsingVectorTy(CstTy->getArrayElementType());
344 return isConstantUsingVectorTy(Cst->getType());

Completed in 886 milliseconds