Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp498 Type *DeeperType = in advanceToNextLeafType() local
500 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
501 if (!indexReallyValid(DeeperType, 0)) in advanceToNextLeafType()
504 SubTypes.push_back(DeeperType); in advanceToNextLeafType()
507 DeeperType = ExtractValueInst::getIndexedType(DeeperType, 0); in advanceToNextLeafType()