Searched refs:DestSigned (Results 1 – 1 of 1) sorted by relevance
2787 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local2789 Result = APSInt(DestWidth, !DestSigned); in HandleFloatToIntCast()17611 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local17612 APSInt IgnoredVal(DestWidth, !DestSigned); in CheckICE()