Searched refs:RHSUnsigned (Results 1 – 1 of 1) sorted by relevance
7232 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder() local7237 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned. in getIntegerTypeOrder()10754 bool RHSUnsigned = RHS->castAs<BitIntType>()->isUnsigned(); in mergeTypes() local10759 if (LHSUnsigned != RHSUnsigned) in mergeTypes()