Searched refs:UserITy (Results 1 – 1 of 1) sorted by relevance
1485 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType() local1490 if (UserITy->getBitWidth() % 8 != 0 || in findCommonType()1491 UserITy->getBitWidth() / 8 > (EndOffset - B->beginOffset())) in findCommonType()1496 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()1497 ITy = UserITy; in findCommonType()