Searched refs:DestSigned (Results 1 – 2 of 2) sorted by relevance
278 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in isFloatExactlyRepresentable() local279 llvm::APSInt Result = llvm::APSInt(DestWidth, !DestSigned); in isFloatExactlyRepresentable()
2545 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local2547 Result = APSInt(DestWidth, !DestSigned); in HandleFloatToIntCast()15645 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local15646 APSInt IgnoredVal(DestWidth, !DestSigned); in CheckICE()