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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp417 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); local
418 while (DeeperType->isAggregateType()) {
419 CompositeType *CT = cast<CompositeType>(DeeperType);
426 DeeperType = CT->getTypeAtIndex(0U);

Completed in 82 milliseconds