Searched refs:RHSUnsigned (Results 1 – 1 of 1) sorted by relevance
6499 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder() local6504 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned. in getIntegerTypeOrder()9985 bool RHSUnsigned = RHS->castAs<ExtIntType>()->isUnsigned(); in mergeTypes() local9990 if (LHSUnsigned != RHSUnsigned) in mergeTypes()