Home
last modified time | relevance | path

Searched refs:CommonUseTy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4271 std::pair<Type *, IntegerType *> CommonUseTy = in rewritePartition() local
4274 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()