Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp413 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); in advanceToNextLeafType() local
414 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
415 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType()
422 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()