Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1339 auto *StructArrTy = dyn_cast<StructType>(Ty); in isFortranArrayDescriptor() local
1341 if (!(StructArrTy && StructArrTy->hasName())) in isFortranArrayDescriptor()
1344 if (!StructArrTy->getName().startswith("struct.array")) in isFortranArrayDescriptor()
1347 if (StructArrTy->getNumElements() != 4) in isFortranArrayDescriptor()
1350 const ArrayRef<Type *> ArrMemberTys = StructArrTy->elements(); in isFortranArrayDescriptor()