Searched defs:getTypePartition (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2995 static Type *getTypePartition(const DataLayout &DL, Type *Ty, function
3026 return getTypePartition(DL, ElementTy, Offset, Size);
3062 return getTypePartition(DL, ElementTy, Offset, Size);
3122 if (Type *TypePartitionTy = getTypePartition(*DL, AI.getAllocatedType(),

Completed in 114 milliseconds