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