Searched refs:DestSigned (Results 1 – 1 of 1) sorted by relevance
2638 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local2640 Result = APSInt(DestWidth, !DestSigned); in HandleFloatToIntCast()16269 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local16270 APSInt IgnoredVal(DestWidth, !DestSigned); in CheckICE()