Searched refs:CommonUseTy (Results 1 – 1 of 1) sorted by relevance
4271 std::pair<Type *, IntegerType *> CommonUseTy = in rewritePartition() local4274 if (CommonUseTy.first) in rewritePartition()4275 if (DL.getTypeAllocSize(CommonUseTy.first).getFixedSize() >= P.size()) in rewritePartition()4276 SliceTy = CommonUseTy.first; in rewritePartition()4283 if (!SliceTy && CommonUseTy.second) in rewritePartition()4284 if (DL.getTypeAllocSize(CommonUseTy.second).getFixedSize() >= P.size()) in rewritePartition()4285 SliceTy = CommonUseTy.second; in rewritePartition()