Searched refs:getTypePartition (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4311 static Type *getTypePartition(const DataLayout &DL, Type *Ty, uint64_t Offset, in getTypePartition() function 4344 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 4384 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 4948 if (Type *TypePartitionTy = getTypePartition(DL, AI.getAllocatedType(), in rewritePartition() 4967 if (Type *TypePartitionTy = getTypePartition(DL, AI.getAllocatedType(), in rewritePartition()
|