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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp439 Type *DeeperType = local
441 while (DeeperType->isAggregateType()) {
442 if (!indexReallyValid(DeeperType, 0))
445 SubTypes.push_back(DeeperType);
448 DeeperType = ExtractValueInst::getIndexedType(DeeperType, 0);

Completed in 110 milliseconds