Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp397 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); in advanceToNextLeafType() local
398 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
399 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType()
406 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()