Searched refs:isSignedIntegerTy (Results 1 – 4 of 4) sorted by relevance
128 bool isSignedIntegerTy() const { in isSignedIntegerTy() function219 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()224 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()582 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion()583 bool DstSigned = DstTy.isSignedIntegerTy(); in handleImplicitConversion()
123 if (V.getType().isSignedIntegerTy()) in operator <<()