Searched refs:isSignedIntegerTy (Results 1 – 4 of 4) sorted by relevance
117 bool isSignedIntegerTy() const { in isSignedIntegerTy() function185 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()190 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
69 CHECK(getType().isSignedIntegerTy()); in getSIntValue()
213 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl()252 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl()563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion()564 bool DstSigned = DstTy.isSignedIntegerTy(); in handleImplicitConversion()
123 if (V.getType().isSignedIntegerTy()) in operator <<()