Searched refs:getTypePartition (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3413 static Type *getTypePartition(const DataLayout &DL, Type *Ty, uint64_t Offset, in getTypePartition() function 3435 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 3471 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 4028 if (Type *TypePartitionTy = getTypePartition(DL, AI.getAllocatedType(), in rewritePartition()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3203 static Type *getTypePartition(const DataLayout &DL, Type *Ty, uint64_t Offset, in getTypePartition() function 3234 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 3270 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 3819 if (Type *TypePartitionTy = getTypePartition(DL, AI.getAllocatedType(), in rewritePartition()
|