Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp416 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); in advanceToNextLeafType() local
417 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
418 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType()
425 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
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()