Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1154 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType() local
1159 if (UserITy->getBitWidth() % 8 != 0 || in findCommonType()
1160 UserITy->getBitWidth() / 8 > (EndOffset - B->beginOffset())) in findCommonType()
1165 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1166 ITy = UserITy; in findCommonType()