Searched refs:getTypePartition (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3374 static Type *getTypePartition(const DataLayout &DL, Type *Ty, uint64_t Offset, in getTypePartition() function 3405 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 3441 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 3986 if (Type *TypePartitionTy = getTypePartition(DL, AI.getAllocatedType(), in rewritePartition()
|