Searched refs:DestSigned (Results 1 – 1 of 1) sorted by relevance
1586 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local1588 Result = APSInt(DestWidth, !DestSigned); in HandleFloatToIntCast()9320 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local9321 APSInt IgnoredVal(DestWidth, !DestSigned); in CheckICE()