Searched refs:CommonUseTy (Results 1 – 1 of 1) sorted by relevance
4255 std::pair<Type *, IntegerType *> CommonUseTy = in rewritePartition() local4258 if (CommonUseTy.first) in rewritePartition()4259 if (DL.getTypeAllocSize(CommonUseTy.first).getFixedSize() >= P.size()) in rewritePartition()4260 SliceTy = CommonUseTy.first; in rewritePartition()4267 if (!SliceTy && CommonUseTy.second) in rewritePartition()4268 if (DL.getTypeAllocSize(CommonUseTy.second).getFixedSize() >= P.size()) in rewritePartition()4269 SliceTy = CommonUseTy.second; in rewritePartition()