Searched refs:UserITy (Results 1 – 1 of 1) sorted by relevance
1154 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType() local1159 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()