Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAnalysis.cpp448 Type *DeeperType = in advanceToNextLeafType() local
450 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
451 if (!indexReallyValid(DeeperType, 0)) in advanceToNextLeafType()
454 SubTypes.push_back(DeeperType); in advanceToNextLeafType()
457 DeeperType = ExtractValueInst::getIndexedType(DeeperType, 0); in advanceToNextLeafType()