Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp449 Type *DeeperType = in advanceToNextLeafType() local
451 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
452 if (!indexReallyValid(DeeperType, 0)) in advanceToNextLeafType()
455 SubTypes.push_back(DeeperType); in advanceToNextLeafType()
458 DeeperType = ExtractValueInst::getIndexedType(DeeperType, 0); in advanceToNextLeafType()