OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeeperType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
Analysis.cpp
416
Type *
DeeperType
= SubTypes.back()->getTypeAtIndex(Path.back());
417
while (
DeeperType
->isAggregateType()) {
418
CompositeType *CT = cast<CompositeType>(
DeeperType
);
425
DeeperType
= CT->getTypeAtIndex(0U);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp
397
Type *
DeeperType
= SubTypes.back()->getTypeAtIndex(Path.back());
398
while (
DeeperType
->isAggregateType()) {
399
CompositeType *CT = cast<CompositeType>(
DeeperType
);
406
DeeperType
= CT->getTypeAtIndex(0U);
Completed in 112 milliseconds