Searched refs:CommonUseTy (Results 1 – 1 of 1) sorted by relevance
4292 std::pair<Type *, IntegerType *> CommonUseTy = in rewritePartition() local4295 if (CommonUseTy.first) in rewritePartition()4296 if (DL.getTypeAllocSize(CommonUseTy.first).getFixedSize() >= P.size()) in rewritePartition()4297 SliceTy = CommonUseTy.first; in rewritePartition()4304 if (!SliceTy && CommonUseTy.second) in rewritePartition()4305 if (DL.getTypeAllocSize(CommonUseTy.second).getFixedSize() >= P.size()) in rewritePartition()4306 SliceTy = CommonUseTy.second; in rewritePartition()