Searched refs:getTypePartition (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3656 static Type *getTypePartition(const DataLayout &DL, Type *Ty, uint64_t Offset, in getTypePartition() function 3689 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 3725 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition() 4279 if (Type *TypePartitionTy = getTypePartition(DL, AI.getAllocatedType(), in rewritePartition()
|