Searched refs:DestSigned (Results 1 – 1 of 1) sorted by relevance
2551 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local2553 Result = APSInt(DestWidth, !DestSigned); in HandleFloatToIntCast()15885 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local15886 APSInt IgnoredVal(DestWidth, !DestSigned); in CheckICE()