Searched refs:UserITy (Results 1 – 2 of 2) sorted by relevance
1132 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType() local1137 if (UserITy->getBitWidth() % 8 != 0 || in findCommonType()1138 UserITy->getBitWidth() / 8 > (EndOffset - B->beginOffset())) in findCommonType()1143 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()1144 ITy = UserITy; in findCommonType()
1083 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType() local1088 if (UserITy->getBitWidth() % 8 != 0 || in findCommonType()1089 UserITy->getBitWidth() / 8 > (EndOffset - B->beginOffset())) in findCommonType()1094 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()1095 ITy = UserITy; in findCommonType()