Home
last modified time | relevance | path

Searched refs:getTypePartition (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3441 static Type *getTypePartition(const DataLayout &DL, Type *Ty, uint64_t Offset, in getTypePartition() function
3463 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition()
3499 return getTypePartition(DL, ElementTy, Offset, Size); in getTypePartition()
4058 if (Type *TypePartitionTy = getTypePartition(DL, AI.getAllocatedType(), in rewritePartition()