Searched refs:CommonUseTy (Results 1 – 1 of 1) sorted by relevance
4751 std::pair<Type *, IntegerType *> CommonUseTy = in rewritePartition() local4754 if (CommonUseTy.first) in rewritePartition()4755 if (DL.getTypeAllocSize(CommonUseTy.first).getFixedValue() >= P.size()) { in rewritePartition()4756 SliceTy = CommonUseTy.first; in rewritePartition()4766 if (!SliceTy && CommonUseTy.second) in rewritePartition()4767 if (DL.getTypeAllocSize(CommonUseTy.second).getFixedValue() >= P.size()) { in rewritePartition()4768 SliceTy = CommonUseTy.second; in rewritePartition()