Searched refs:stripAggregateTypeWrapping (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3375 static Type *stripAggregateTypeWrapping(const DataLayout &DL, Type *Ty) { in stripAggregateTypeWrapping() function 3397 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping() 3416 return stripAggregateTypeWrapping(DL, Ty); in getTypePartition() 3440 return stripAggregateTypeWrapping(DL, ElementTy); in getTypePartition() 3476 return stripAggregateTypeWrapping(DL, ElementTy); in getTypePartition()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3165 static Type *stripAggregateTypeWrapping(const DataLayout &DL, Type *Ty) { in stripAggregateTypeWrapping() function 3187 return stripAggregateTypeWrapping(DL, InnerTy); in stripAggregateTypeWrapping() 3206 return stripAggregateTypeWrapping(DL, Ty); in getTypePartition() 3239 return stripAggregateTypeWrapping(DL, ElementTy); in getTypePartition() 3275 return stripAggregateTypeWrapping(DL, ElementTy); in getTypePartition()
|