Searched refs:CommonUseTy (Results 1 – 1 of 1) sorted by relevance
4797 std::pair<Type *, IntegerType *> CommonUseTy = in rewritePartition() local4800 if (CommonUseTy.first) in rewritePartition()4801 if (DL.getTypeAllocSize(CommonUseTy.first).getFixedValue() >= P.size()) { in rewritePartition()4802 SliceTy = CommonUseTy.first; in rewritePartition()4812 if (!SliceTy && CommonUseTy.second) in rewritePartition()4813 if (DL.getTypeAllocSize(CommonUseTy.second).getFixedValue() >= P.size()) { in rewritePartition()4814 SliceTy = CommonUseTy.second; in rewritePartition()